Skip to main content

Error Response Format

All errors follow this structure:

Error Codes

Common Errors

Missing API Key (401)

Solution: Add your API key to the x-api-key header.

Invalid API Key (401)

Solution: Check that your API key is correct and not revoked.

Rate Limit Exceeded (429)

Solution: For all rate limit errors, check the Retry-After header and wait the indicated number of seconds before retrying. Alternatively, upgrade your plan to increase your limits.

Handling Errors in Code

Request IDs

Every response includes a request_id in the meta object. Include this ID when contacting support for faster issue resolution.