Documentation
Error codes
| HTTP | Code | Meaning |
|---|---|---|
| 401 | missing_api_key | Header X-API-Key not provided |
| 401 | invalid_api_key | Key is revoked or unknown |
| 402 | quota_exceeded | Monthly plan quota reached |
| 402 | subscription_inactive | Subscription canceled or past due |
| 403 | wrong_product | Key issued for a different product |
| 403 | ip_not_allowed | Client IP not on allowlist |
| 429 | rate_limited | Per-second rate limit exceeded |
| 503 | maintenance | Service in scheduled maintenance |