HTTP Status Codes
| Code | Meaning | Action |
|---|---|---|
| 200 | Success | Process response |
| 401 | Invalid api key | Check your Authorization header |
| 429 | Rate limit exceeded | Retry with backoff |
| 500 | Internal server error |
Error Response Format
All errors follow the following format. For example, using an unsupported parameter likeprompt instead of query:

