Enterprise API
Run AEO reports for every client, on autopilot.
One API key gives agencies and platforms programmatic access to the same Answer Engine Optimization reports we run for direct customers. Fire a request per client, we handle the queue, delivery and billing — metered, settled weekly every Monday.
Create your enterprise account
Set a password and save a card securely — no charge today. A one-time $1,999 activation fee later unlocks your API key from your back office, and you are only billed weekly for the reports and bundles you run.
How it works
From API key to delivered reports
Sign up, then unlock your key
Create your enterprise account with your email and a password, and securely save a card with Stripe — no charge today. Then sign in to your back office and pay the one-time $1,999 activation fee to unlock your API key (shown once and emailed to you). The fee covers white-label setup, API integration assistance, account maintenance and ongoing support for as long as your account is active.
Call the API for any client
Send one authenticated request per client with their domain, business name and category. Choose 100–1000 keywords per report. Every report runs across all 7 engines: ChatGPT, Claude, Gemini, DeepSeek, Grok, Meta AI, Google.
Reports run in a FIFO queue
Enterprise reports are processed strictly in the order received through a holding queue, so a large batch never blocks a later urgent one from its place in line. Poll the status URL or receive results by email — delivered as secure links.
Billed weekly, every Monday
Usage is metered as you go and settled automatically every Monday — regardless of the day you signed up. One clean weekly invoice covers every report and bundle you ran that week.
A fair, ordered queue
Enterprise reports run through a first-in, first-out holding queue and are processed strictly in the order received. Queue a hundred clients at once and each is worked in turn — no request jumps the line. Track any job live through its status URL.
Never lose access by surprise
If a weekly payment fails, we pause your API key rather than deleting anything, and email you a single link to settle the balance. The moment payment succeeds, your key unlocks instantly and queued work resumes.
What you get & what it costs
Simple, usage-based pricing
No seats, no minimums, no contracts. You pay per report and per bundle, and everything is settled in one weekly invoice.
Report + companion file
Every report is delivered as a polished PDF plus a separate companion file containing the full “what AI said, word for word” transcript — the verbatim answers each engine gave about your client. Both delivered by email and via the status URL, tagged to the client you specify.
Developer bundle (on demand)
Request a ready-to-publish fix bundle — custom llms.txt, JSON-LD schema, answer & FAQ pages, sitemap and an install guide — either at report time or later for any existing report. Generated, tagged per client and delivered as a link.
Reports can be run from 100 to 1000 keywords in steps of 100. Report price scales with keyword volume at $19 per 100. Enterprise API pricing is separate from our direct-customer retail plans.
For developers
Implement it in minutes
Authenticate every request with your key in an Authorization: Bearer header, then POST a client to /api/enterprise/v1/reports. You get back a job ID and a status URL to track it. Here is a complete example:
curl -X POST https://aeo.myfast.ai/api/enterprise/v1/reports \
-H "Authorization: Bearer ent_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"domain": "acmeplumbing.com",
"businessName": "Acme Plumbing",
"category": "Plumber",
"keywordCount": 100,
"clientTag": "acme-plumbing",
"wantDevBundle": false,
"deliverEmail": "[email protected]"
}'
# 202 Accepted
{
"jobId": "job_...",
"status": "queued",
"estimatedCharge": 19,
"statusUrl": "/api/enterprise/v1/reports/job_..."
}Ready to run AEO for your whole client book?
Create your enterprise account and save a card today — no charge. Unlock your API key from your back office with the one-time activation fee whenever you are ready.
Get your API key