HTTP Status Codes
Error Response Format
All errors return a JSON object with anerror key:
details object with per-field messages:
free plan include an upgrade URL:
Retry Strategy
For429 and 5xx errors, implement exponential backoff. Start with a 1s delay and double it each attempt:

