Error Codes
The API returns conventional HTTP status codes with additional error messages.
| HTTP | Code | Meaning |
|---|---|---|
| 400 | invalid_input | Your payload is malformed or missing required fields. |
| 401 | unauthorized | Missing or invalid API key. |
| 402 | quota_exceeded | You exceeded your monthly API call quota. |
| 403 | forbidden | You don't have access to this resource. |
| 404 | not_found | Endpoint or resource not found. |
| 429 | rate_limited | Too many requests in a short time window. |
| 500 | server_error | Unexpected error on our side. Try again later. |
If you think an error is incorrect, contact support from your Dashboard.