error_code, when returned, for the specific failure.
Check these first
- Confirm the HTTP method and
/v1endpoint path against the current API reference. - Send
Authorization: Bearer <key>and keep the key server-side. - For POST requests, set
Content-Type: application/jsonand validate the JSON body. - Check required fields, field casing, enum values, and mutually exclusive inputs.
- Do not retry
400,401,403, or422unchanged. - Honor
Retry-Afterfor429; bound retries for timeouts and server errors.
Troubleshoot an error
Map status and error codes to the correct response.
Open the API reference
Verify request parameters and response schemas.
Ask for support
Email [email protected] with:- the endpoint and HTTP method;
- the response status, message, and
error_codewhen returned; - an approximate timestamp and timezone;
- the relevant request fields with secrets and personal data removed;
- the request or trace identifier, when returned.