Create a sandbox key
Free, instant, shown once. Prefix ai92_test_ - it can never spend real credits.
AI92 for developers
Contact discovery, creative generation, SEO, AI visibility, reviews and campaigns - one credit-priced REST API, a sandbox that never charges, and refunds on every failure.
Typical time to first call: under 3 minutes · Sandbox never charges · No card required
# Free read — your account & credit balance
curl https://api.ai92.ai/v1/account \
-H "Authorization: Bearer {{YOUR_SANDBOX_KEY}}"
HTTP/2 200
x-credits-consumed: 0
x-credits-remaining: 2516
x-ai92-sandbox: true
{ "account_id": "acct_9f2e17c4d8", "tier": "STARTER",
"credit_balance": 2516, "sandbox": true }Free, instant, shown once. Prefix ai92_test_ - it can never spend real credits.
Fetch your account or search contacts. Reads and overviews cost nothing, everywhere.
Watch x-credits-consumed do the accounting in the response headers - sandbox meters but never charges.
Same schema in production. Swap ai92_test_ for ai92_live_ and ship.
Fair metering - our contract with you
All of this is documented behavior, verifiable in your ledger - not a pinky promise.
POST /v1/creative/generatesuccess−50 crPOST /v1/seo/auditjob failed upstreamrefunded +20 crGET /v1/contacts/searchread0 crPOST /v1/outreach/generatebalance too low402 · not run, not charged150+ operations across the same services that power the AI92 dashboard. Prices live in the spec summaries - the reference, the rate card and this page are generated from it.
Search free · verify · reveal · enrich · bulk
AI drafts · 1:1 sends · reply suggestions · newsletters
Images · video (beta) · brand-grounded copy
AI strategy · optimize · A/B test · budget allocation
Audits · keywords · backlinks · content optimization
Share of voice in ChatGPT, Gemini, AI Overviews & more
List · reply · request · Google Business posts
Market reports · competitor intel · intent signals · visitors
Brand asset storage · audited data export
HMAC-signed · retries · dead-letter queue · replay
Scoped access, rotating refresh tokens, per-brand isolation
Balance · ledger · invoices · usage export - all by API
Documentation that respects you
Quickstart, authentication, credits, rate limits, errors, idempotency, pagination, async jobs, webhooks, versioning, going-live - plus a full per-service reference and an interactive API explorer. No login required.
Open the docs API reference Download the OpenAPI spec Take the Build on AI92 course
Built for production
Packs up to 55% off, subscriptions with a monthly credit bonus, and a per-action rate card generated from the spec.
Send your API key as a Bearer token: Authorization: Bearer YOUR_KEY. That is the only supported scheme - no X-API-Key header, no query-string keys. OAuth 2.1 with PKCE, scoped tokens and rotating refresh tokens is available for apps acting on behalf of users.
The API is plain REST with a fully-documented OpenAPI spec you can generate typed clients from, plus copy-paste examples in curl, Python and Node throughout the docs.
Same host, same schema, same endpoints, zero credit cost. Sandbox responses are metered so you can see exactly what production would charge, and carry the x-ai92-sandbox: true header. When you are ready, switch the key prefix.
You get a 429 with Retry-After and standard rate-limit headers. Limits scale with your tier - from 10 to 50 requests per second.
Deliveries are HMAC-signed and retried on a backoff schedule; exhausted deliveries land in a 30-day dead-letter queue you can inspect and replay from the dashboard or the API.
Yes - the site ships an llms.txt index at ai92.ai/llms.txt, the docs are public with no login, and the full OpenAPI spec is downloadable, so AI assistants can consume everything directly.