The AI92 API
Your first call in 5 minutes
You can make your first call in under five minutes. Authentication is a Bearer token: send Authorization: Bearer followed by your key - that's the only supported scheme. A great first call is GET /v1/account: it's free, always returns your profile and credit balance, and needs no setup.
Look at the response headers: x-credits-consumed tells you the cost (zero here), x-credits-remaining your balance, and x-ai92-request-id a reference for support. The key prefix decides sandbox vs live.
One call, and you've seen auth, a response, and the credit accounting.
Key takeaway: Auth is Bearer-only; GET /v1/account is a free first call that returns your balance and shows the credit headers - under 5 minutes.
Try this in your dashboard
The best way to learn AI92 is to use it - open your dashboard and follow along.
Knowledge check
1. What do sandbox keys (ai92_test_) cost, and how do they behave?
2. How do you authenticate to the API?