Drise
Api reference

API errors reference

HTTP status codes returned by the Drise API.

For the full breakdown, see Errors.

StatusMeaningWhat to do
200OKRead the body.
400Bad requestCheck the body payload.
401UnauthorizedCheck the Authorization header and key.
403ForbiddenThe key does not have access to the model.
429Rate limitedSlow down. On drise, this should be rare due to smart routing and auto-failover.
500Internal server errorRetry with backoff. Drise will fail over to another channel automatically.
503Service unavailableRetry. Drise routes around congestion.