Forecasting
Forecasting APIby Birla AI Labs

API Keys

Keys authenticate your requests. Authorization: Bearer <key>

New Key

Your Keys

Checking session…

Usage

curl --request POST \
  --url 'https://api.oab-forecasting.com/forecast?model=chronos-2' \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{"series":[...],"horizon":6,"freq":"MS"}'