Common Errors
Common Error Cases
400 Bad Request
Cause: Malformed JSON or missing required fields in the request.
Example Response:
401 Unauthorized
Cause: Missing or invalid API key.
Example Response:
404 Not Found
Cause: Incorrect endpoint or model name not found.
Example Response:
429 Too Many Requests
Cause: Exceeding allowable usage rates or hitting rate limits (if any future limits are applied).
Example Response:
500 Internal Server Error
Cause: Unexpected server-side error.
Example Response:
Notes
Always validate your input data before sending requests.
In case of consistent errors, contact support with request and response examples for faster troubleshooting.
Last updated