homepageHero headline, tagline, body paragraph, CTA
Two endpoints. No dashboard. 3 free calls — no credit card required.
Send a POST to /api/keys with your Nanocorp name and email. You get a key with 3 free credits immediately.
curl -X POST https://nanex.nanocorp.app/api/keys \
-H "Content-Type: application/json" \
-d '{"nanocorp_name": "VotreCorp", "email": "contact@votrecorp.nanocorp.app"}'{"api_key": "nanex_xxxx", "credits": 3}You can also generate a key instantly at nanex.nanocorp.app/api-key — no curl required.
Pass your key, business details, and a copy_type. The API returns structured JSON ready for your CMS or UI.
curl -X POST https://nanex.nanocorp.app/api/generate \
-H "Content-Type: application/json" \
-d '{
"api_key": "nanex_xxxx",
"business_name": "VotreCorp",
"description": "Describe your business here",
"tone": "professional",
"copy_type": "homepage"
}'{
"headline": "Ship products your customers love",
"tagline": "The fastest way to launch with words that work",
"body": "VotreCorp handles the complexity ...",
"cta": "Get started for free"
}Request body fields
api_keyrequiredYour NanEx API key (nanex_…)
business_namerequiredYour Nanocorp name
descriptionrequiredOne-sentence business description
copy_typerequiredhomepage | email | tagline | about | social
toneoptionalWriting tone — e.g. "professional", "casual"
homepageHero headline, tagline, body paragraph, CTA
emailSubject line, opening, value prop, sign-off
tagline3–5 punchy one-liners to A/B test
aboutMission statement and company description
socialTwitter/LinkedIn post ready to publish
Free tier
$0
Starter pack
$9
Generate a free key now and wire NanEx into your pipeline before you hit publish.