application/problem+json (RFC 7807). Every non-2xx response carries the same fields.
Error body shape
Status codes
Common error codes
The full code catalogue is shared with the Main API:Quota errors
Validation and AI-scoring endpoints are credit-metered. Aquota_exceeded response indicates the daily or plan-level credit limit has been reached. Inspect remaining credits via the Quota endpoints before high-volume runs.
Retry guidance
- Lookups (
GET): retry on5xxand429with exponential backoff. - SMS dispatch (
POST): include anIdempotency-Keyto make retries safe. Do not retry4xx.