Live API Demo

Experience the speed and simplicity of our forecasting API. Click the button below to see a real-time forecast calculation.

API Request

POST /v2/forecast application/json
{
    "product_id": "SKU-12345",
    "historical_data": [
        {
            "date": "2024-01-01",
            "value": 120
        },
        {
            "date": "2024-02-01",
            "value": 135
        },
        {
            "date": "2024-03-01",
            "value": 115
        },
        {
            "date": "2024-04-01",
            "value": 140
        },
        {
            "date": "2024-05-01",
            "value": 125
        },
        {
            "date": "2024-06-01",
            "value": 130
        }
    ],
    "frequency": "M",
    "periods_ahead": 3,
    "data_type": "sales"
}

API Response

200 OK application/json

Click "Run Live Forecast" to see the response

Ready to Get Started?

Join thousands of developers using ForecastAPI.
Start with 1,000 free API calls today.