Api reference
API errors reference
HTTP status codes returned by the Drise API.
For the full breakdown, see Errors.
| Status | Meaning | What to do |
|---|---|---|
| 200 | OK | Read the body. |
| 400 | Bad request | Check the body payload. |
| 401 | Unauthorized | Check the Authorization header and key. |
| 403 | Forbidden | The key does not have access to the model. |
| 429 | Rate limited | Slow down. On drise, this should be rare due to smart routing and auto-failover. |
| 500 | Internal server error | Retry with backoff. Drise will fail over to another channel automatically. |
| 503 | Service unavailable | Retry. Drise routes around congestion. |