Common Errors
Common Error Cases
400 Bad Request
{
"error": "Invalid request format. Please check your JSON syntax."
}401 Unauthorized
{
"error": "Unauthorized. Please provide a valid API key."
}404 Not Found
{
"error": "Resource not found. Please verify the endpoint or model name."
}429 Too Many Requests
500 Internal Server Error
Notes
Last updated