Skip to main content

1. Get your API key

Contact the eomer.ai team to receive a Bearer token. Keys are issued per client and can be rotated at any time without downtime.

2. Check the API is up

Expected response:

3. Submit a forecast job

Prepare a CSV file with at minimum three columns:
The API returns immediately with a job ID and status pending:

4. Poll for completion

When status is completed, a download_url appears in the response.

5. Download the forecast

The output CSV contains one row per (item_id, future_timestamp) pair with columns mean, 0.1, 0.5, 0.9 (10th, 50th, 90th quantile forecasts).

Available model presets

Retrieve the full list at any time:
All presets are zero-shot - no training data required.