Run Energy Model
Energy Models
Run Energy Model
Execute an energy-model run synchronously or queue it asynchronously
POST
Run Energy Model
POST /energymodels
This is the canonical run endpoint for Daly energy-model execution.Notes
- The request body is
EnergyModelInput. - Current output controls follow the canonical contract documented in
Energy Model Response Contracts,
including
output.blockIndex,output.blockResults,output.lossBreakdownTimestamps, andoutput.irradianceLossDetail. - Sync execution is the default.
- Add
?async=trueto queue background processing immediately. - The response is
200on success for both completed and queued execution paths. - For rerunning an existing saved row in place, use
POST /energymodels/{energy_model_id}/runinstead.
