---
title: "Create Forecast Run"
method: POST
path: "/runs/"
tags: ["Forecasts"]
---

# Create Forecast Run

`POST /runs/`

Submit a new custom forecast simulation run.

Select your market region from the dropdown below to see the required and optional configuration fields for that region.

## Request body

- CreateForecastRunRequest — unresolved $ref

## Response `202`

Run accepted and queued for processing.

- CreateForecastRunResponse
  - `deprecation_warning` string — Present when the submitted api_version is deprecated. Describes the deprecation and advises upgrading to the current version.
  - `id` string, uuid, required — The unique ID of the created forecast run.

## Other responses

- `400` — Invalid request — missing required fields or simulation_config failed schema validation.
- `401` — Missing or invalid X-token.
- `403` — Insufficient permissions for the requested market region.
- `429` — Forecast quota exceeded.

---

[API](https://skmtc.net/modoenergy/apis/modo-energy-api.md) · [All operations](https://skmtc.net/modoenergy/apis/modo-energy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modoenergy/modo-energy-api/revisions/6c4b83d3fc12/schema)
