| 400 | VALIDATION_ERROR | Request body/params failed validation (see details). |
| 401 | UNAUTHORIZED | Missing, invalid, revoked, or expired API key. |
| 402 | INSUFFICIENT_CREDITS | Not enough credits for this generation. |
| 402 | SUBSCRIPTION_REQUIRED | Your plan can’t perform this action. |
| 404 | NOT_FOUND | The job, style, or upload doesn’t exist (or isn’t yours). |
| 429 | RATE_LIMIT_ERROR | Per-key rate limit hit - see Rate limits. |
| 429 | CONCURRENT_LIMIT_REACHED | Too many generations in flight at once. |
| 429 | USAGE_LIMIT_EXCEEDED | Usage allowance exceeded for the period. |
| 500 | INTERNAL_ERROR | Unexpected server error - safe to retry with backoff. |