Forecasting as a Service.

simple JSON API. Compatible with any language, ERP, or Sheet.

Using Shopify or WooCommerce? Use our plugins instead.

{}

JSON in, Forecast out

Send us sales history. We return predicted demand, confidence intervals, and safety stock.

Low Latency

Built on Flask, Redis, and Celery for high-performance async processing of heavy workloads.

🔒

Secure & Stateless

We don't store your customer data. Your sales history is processed ephemeral-ly and strictly for calculation.

Simple Integration

One endpoint to rule them all.

POST /api/v1/forecast
curl -X POST https://api.intelligentforecaster.com/api/v1/forecast \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "history": [
      {"date": "2023-01-01", "sales": 12},
      {"date": "2023-01-02", "sales": 15},
      ...
    ],
    "params": {
        "horizon_days": 30,
        "service_level": 0.95
    }
  }'

Developer Pricing

Starter Credits

$10

1,000 Credits

($0.01 / forecast)

BEST VALUE

Pro Credits

$50

5,000 Credits

($0.01 / forecast)