| 400 Bad Request | The request conflicts with the current state (e.g. cancelling an already-finished job, retrying a batch with no failed items). |
| 401 Unauthorized | Authentication failed — missing, invalid, or disabled API key. |
| 402 Payment Required | Your subscription payment is overdue. See PAYMENT_OVERDUE below. |
| 403 Forbidden | Your key is valid but not permitted — usually the monthly credit limit has been reached. |
| 404 Not Found | The requested resource does not exist. |
| 422 Unprocessable Entity | The request body failed validation. The response includes an errors array listing each problem. |
| 429 Too Many Requests | You have exceeded a rate limit. See the code field for which one. |
| 503 Service Unavailable | The service is temporarily at capacity. Retry after the retry_after value (seconds). |
| 500 Internal Server Error | An unexpected error occurred on the server. |