Skip to main content

HTTP Status Codes

Error Response Format

All errors return a JSON object with an error key:
Validation errors include a details object with per-field messages:
Plan limit errors on free plan include an upgrade URL:

Retry Strategy

For 429 and 5xx errors, implement exponential backoff. Start with a 1s delay and double it each attempt: