Common API errors and how to handle them
Status Code | Meaning |
---|---|
200 | Success - Request completed successfully |
400 | Bad Request - Invalid request data |
401 | Unauthorized - Invalid or missing site key |
403 | Forbidden - Access denied (limits exceeded, no subscription) |
404 | Not Found - Resource doesn’t exist |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Something went wrong on our end |
401 Unauthorized
Solutions:
site_xxxxxxxxxxxxxxxxxxxx
400 Bad Request
Solutions:
api_key
field in your request bodybody
(text) or content_url
(image URL)403 Forbidden
Solutions:
403 Forbidden
Solutions:
429 Too Many Requests
Solutions:
Retry-After
header value for timing404 Not Found
Solutions:
media_id
or app_media_id
is correct400 Bad Request
Solutions:
400 Bad Request
Solutions: