Error format
Error codes
| Code | HTTP status | Description |
|---|---|---|
validation_error | 400 | Invalid request data |
invalid_api_key | 401 | Missing or invalid API key |
insufficient_scope | 403 | API key lacks the required scope |
not_found | 404 | Resource not found |
rate_limit_exceeded | 429 | Too many requests |
internal_error | 500 | Server error |
Handling errors
- TypeScript
- Python