Poll
status values such as done, error, or duplicate are not HTTP errors — they appear in a 200 response body when you call a poll endpoint. See Authenticate and make your first request for poll status meanings.Status code reference
422: insufficient credits vs missing license
Both problems return HTTP 422, but thecode field in the JSON body tells you which one applies:
Example — insufficient credits:
429: rate limit exceeded
When you exceed your organization’s rate limit, the API returns 429 with a JSON body similar to:X-RateLimit-Reset from the response headers and wait until that time before retrying the same endpoint.
Related
- Rate limits and credits — limits, headers, and credit balance
- Troubleshoot authentication and requests — workflow, identifier, and webhook issues
- API keys — authenticate with the
Tokenheader - OAuth — authenticate with Bearer tokens
