✓ PAYG billing activated — your API key has been emailed to you.
It may take a minute to arrive.
Loading...
Could not load dashboard. Return home
Dashboard
API key & usage overview
No API key yet.
Choose a plan to get your key. PAYG charges $0.75 per analysis
with no monthly commitment — ideal for agents and sporadic use.
with no monthly commitment — ideal for agents and sporadic use.
Your API Key
ne_...
Prefix shown — full key was emailed at activation.
free
Usage This Month
0
analyses
—
Upgrade for unlimited access
You're on the free tier. PAYG is $0.75/analysis — no monthly commitment.
Quick Start
# Submit an analysis curl -X POST https://nicheiqs.com/analyze \ -H "X-API-Key: ne_your_key" \ -H "Content-Type: application/json" \ -d '{"niche": "AI invoice software for freelancers"}' # Poll for result (use job_id from above response) curl https://nicheiqs.com/results/JOB_ID \ -H "X-API-Key: ne_your_key"