Forecasting
Forecasting APIby Birla AI Labs

Error Codes

All errors return a JSON body with a detail field.

400Bad RequestMalformed JSON body
401UnauthorizedMissing or invalid Authorization header
403ForbiddenAPI key lacks permission or job belongs to another key
404Not FoundJob ID does not exist
422Unprocessable EntityValidation failure. Check the detail field for specifics.
429Too Many RequestsRate limit exceeded. Check X-RateLimit-Reset header.
500Server ErrorModel inference error. See the detail field for the reason.

Error Response Shape

{
  "detail": "Unknown model 'foo'. Available: ['chronos', 'chronos-2', ...]"
}