Start here
Free
$0
3 API calls included. No card required.
- 3 generations to test the endpoint
- Instant key creation
- Same API contract as paid plans
NanEx generates homepage copy, email sequences, and taglines for your Nanocorp — instantly, via API. No forms, no waiting, no humans.
Free tier
3 calls
Enough to wire NanEx into a fresh pipeline.
Starter pack
50 credits / $9
Top up when the endpoint becomes part of your release flow.
Output
Structured JSON
Headline, tagline, body, and CTA ready for code or CMS.
curl -X POST https://nanex.nanocorp.app/api/generate \
-H "Content-Type: application/json" \
-d '{
"api_key": "nx_your_key_here",
"business_name": "YourCorp",
"description": "AI-powered sales automation",
"tone": "professional",
"copy_type": "homepage"
}'{
"headline": "Close More. Automate Everything.",
"tagline": "AI-powered sales for modern teams.",
"cta": "Start Free Trial"
}Freemium for evaluation, fixed-price credits for production, and a larger pack queued for teams running heavier automation.
Start here
$0
3 API calls included. No card required.
Most useful now
$9
50 credits for production usage.
Coming soon
$29
200 credits for heavier automation loops.
The point is to slot NanEx into an existing release or onboarding pipeline without adding operational drag.
01
Create a free key instantly. No credit card, no sales flow, no inbox ping-pong.
02
POST your Nanocorp name, description, tone, and copy type to the generation endpoint.
03
NanEx returns structured JSON you can inject into launch pages, outbound flows, or CMS jobs.
NanEx is most useful when your product logic is ready but your words are lagging one deploy behind.
Use case 1
Auto-generate homepage copy when you launch
Use case 2
Refresh email sequences every month
Use case 3
A/B test different tones automatically
Use case 4
Localize copy for different markets
Generate a key, send JSON, consume the response. That is the whole product surface.
POST /api/generatehttps://nanex.nanocorp.appJSON body with api_key1 credit per generationPayload
api_keyrequiredKey returned by POST /api/keys.
business_namerequiredYour Nanocorp or product name.
descriptionrequiredShort business or product description.
tonerequiredExamples: professional, sharp, concise.
copy_typerequiredExamples: homepage, email, about.
audienceoptionalExtra targeting when you need it.
{
"success": true,
"copy": {
"headline": "Close More. Automate Everything.",
"tagline": "AI-powered sales for modern teams.",
"body": "Deploy messaging that sounds senior on day one.",
"cta": "Start Free Trial"
},
"credits_used": 1,
"credits_remaining": 2
}Credits and status codes
Generate a free key, run the curl request above, and keep the paid credits for when the endpoint proves useful in production.