v1

latestOpenAPI 3.0.02026-07-263365201.7 KB
Usage

Create a load forecast

This endpoint is used to transmit a load forecast for a subscription. Values must be submitted by 9:00 a.m. local time on the previous day to be considered in the day-ahead auction, and at least 15 minutes before delivery to be included in continuous intraday trading. Data points must be strictly consecutive and can only be provided for full days at a time (local time of the subscription).

post/load-forecasts

Request body

scope'subscription' required

Reference point for the load forecast

subscriptionstring required

Required subscription ID when scope is 'subscription'

resolution'15min' required

Time resolution of the load forecast data points

unit'KW' required

Unit of measurement for the forecast values

Example request

{
  "scope": "subscription",
  "subscription": "sub_123456789",
  "resolution": "15min",
  "unit": "KW",
  "data": [
    {
      "start": "2025-03-31T22:00:00.000Z",
      "value": 0.2
    },
    {
      "start": "2025-03-31T22:15:00.000Z",
      "value": 0.22
    }
  ]
}

Response

Positive response

scope'subscription' required
subscriptionstring required
startstring date-time required
endstring date-time required
totalnumber required