Documentation Index
Fetch the complete documentation index at: https://docs.anyone.ai/llms.txt
Use this file to discover all available pages before exploring further.
Common errors
401 Unauthorized — invalid API key
- Token was copied correctly (no extra spaces)
- Token has not been deleted or expired
- Request header format is correct:
Authorization: Bearer sk-xxxxx
402 Payment Required — insufficient balance
404 Not Found — endpoint doesn’t exist
Check:- Base URL is correct:
https://api.anyone.ai/v1 - Make sure you haven’t added or omitted
/v1
429 Too Many Requests — request rate too high
Solution: Wait a few seconds and retry, or reduce your request rate. See rate limits for details.500 / 502 / 503 — server error
The upstream model may be temporarily unavailable. Solution:- Wait a minute and retry
- Try a different model
- If the issue persists, contact support
Base URL setup
Make sure your base URL is set correctly:| Setting | Value |
|---|---|
| Base URL | https://api.anyone.ai/v1 |
| API Key | The API key you created in the dashboard |
Still stuck?
- Check the Logs page in the dashboard to see if your request reached Anyone
- Confirm that your network can access
api.anyone.ai - Contact support with your error details

