Common Errors
Frequently encountered errors and solutions.
Overview
Common API errors and how to resolve them.
Authentication errors
| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid or missing API key | Verify key is valid and included in header |
| 403 Forbidden | Insufficient scope | Create a key with required scope |
Rate limited (429)
{
"error": "rate_limited",
"message": "Too many requests"
}Insufficient budget (402)
{
"error": "insufficient_credits",
"message": "Your balance is too low"
}