Error Codes
Understanding API error responses
invalid_requestThe request parameters are invalid or malformed.
Solution: Check your request body and ensure all required fields are present with valid values.
unauthorizedInvalid or missing API key.
Solution: Ensure you're including a valid API key in the Authorization header.
insufficient_creditsNot enough credits in your API wallet.
Solution: Purchase more credits or wait for your credits to refill.
forbiddenAPI access not approved or your account is suspended.
Solution: Contact support if you believe this is an error.
not_foundThe requested resource (task, webhook, etc.) was not found.
Solution: Verify the resource ID is correct.
rate_limitedToo many requests in a short period.
Solution: Implement exponential backoff and respect rate limits.
internal_errorSomething went wrong on our end.
Solution: Retry the request after a short delay. If the issue persists, contact support.
| Metric | Limit |
|---|---|
| Read requests per minute | 120 |
| Submit requests per minute | 20 |
| Concurrent tasks | 3 |