Create a load forecast
This endpoint is used to transmit a load forecast for a subscription. A load forecast is a power curve: each data point is the average power draw in kilowatts (kW) during its 15-minute interval, not the energy consumed in kWh. Submit by 9:00 a.m. local time on the previous day to be considered in the day-ahead auction. Intervals must start at least 15 minutes in the future, be strictly consecutive, and start on a 15-minute boundary.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Load forecast input
Reference point for the load forecast
subscription "subscription"
Required subscription ID when scope is 'subscription'
"sub_123456789"
Time resolution of the load forecast data points
15min "15min"
Unit of measurement for the forecast values. Load forecasts are power curves: each data point is the average power draw in kilowatts (kW) during its 15-minute interval, not the energy consumed. The energy per interval in kWh equals the value divided by 4.
KW "KW"
Array of load forecast data points. Must be strictly consecutive with exactly 15-minute intervals and without overlaps or gaps and can only contain one data point per 15-minute interval.
Response
Positive response
Reference point of the stored load forecast
subscription ID of the subscription the forecast was stored for
Start of the first forecast interval (UTC)
End of the last forecast interval (UTC)
Sum of the submitted power values in kW across all 15-minute intervals. This is a checksum for the submission, not an energy amount. To convert to total energy in kWh, divide by 4.