Site
Train Site Models
Train the models for one or more sites, specified by their site_id
POST
Authorizations
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Body
application/json
Example:
[
"48302759-0371-4d54-9ba1-506708b576fe",
"f02918ab-736b-409f-8f86-cbbeec1d6700"
]
If true, backtest forecasts will be generated for the period of the training data
Example:
[
{
"end_date": "2023-08-01T00:00Z",
"start_date": "2023-01-01T00:00Z"
},
{
"end_date": "2024-01-01T00:00Z",
"start_date": "2023-10-01T00:00Z"
}
]
Response
200
application/json
Successful Response
The response is of type object
.