Site
Upload Site Actuals
Upload the actuals (energy production/energy consumption) for a site. This is used for training the ML models and evaluating the forecast accuracy. Values should be in kilowatts [kW].
POST
Authorizations
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Path Parameters
Body
application/json
Example:
[
{
"valid_time": "2024-01-01T00:00:00Z",
"value": 6000
}
]
Example:
"power"
Response
200
application/json
Successful Response
The response is of type object
.