Ship forecasts,
not models.
One API call turns your history into accurate predictions, we pick the best model for your data automatically.
-
Auto-selects the best model for your data
-
Sales, demand, inventory, web traffic & more
-
Sub-second predictions from a single call
-
No training and no data-science team required
forecastapi.com
POST /v2/forecast
{
"data": [ …your history… ],
"periods": 6, "frequency": "M"
}
# 287ms
{
"forecast": [168.5, 175.2, …],
"method": "exponential_smoothing"
}