Reference
Errors
Standard error model and common status codes
Errors use a shared envelope:
{
"error": {
"code": "invalid_request",
"message": "Request validation failed",
"retryable": false
}
}Common status codes:
| Status | Meaning |
|---|---|
401 | Missing or invalid API key. |
404 | Job not found for this capability or API key. |
410 | Job existed but expired. |
422 | Request body or query parameters failed validation. |
429 | API key exceeded its request budget. |
500 | Unexpected server-side failure. |
503 | API key authentication is not configured. |
The generated API Reference contains the exact response schemas emitted by the service.