Errors

HTTP Status Codes

Code
Meaning

200

Success

400

Bad request (invalid parameters)

401

Unauthorized (invalid/missing API key)

403

Forbidden (account suspended, scope violation)

404

Model not found

429

Rate limit exceeded

500

Server error

504

Gateway timeout

Error Response

{
  "error": "error_code",
  "message": "Human-readable description"
}

Common Errors

Invalid API Key:

Model Not Found:

Scope Violation:

Account Suspended:

Last updated