Getting Started
Errors & Status Codes
Standard HTTP status codes:
- 200: Success
- 400: Bad Request — check your parameters
- 401: Unauthorized — invalid or missing API key
- 402: Insufficient Credits — add credits or upgrade your plan
- 429: Rate Limited — slow down requests
- 500: Server Error — retry with backoff
All error responses include a JSON body with "error" and "message" fields.