Forecasting
Forecasting APIby Birla AI Labs

Authentication

All endpoints except GET /models and GET /status require a Bearer token.

Authorization: Bearer <YOUR_API_KEY>
  • ·Keys are generated in the API Keys dashboard.
  • ·Keys are scoped to your account. Do not share or commit them.
  • ·Revoked keys return 401 Unauthorized immediately.
→ Generate an API Key