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:

StatusMeaning
401Missing or invalid API key.
404Job not found for this capability or API key.
410Job existed but expired.
422Request body or query parameters failed validation.
429API key exceeded its request budget.
500Unexpected server-side failure.
503API key authentication is not configured.

The generated API Reference contains the exact response schemas emitted by the service.