DynVolt Open API
Your solar plants, one API away
Programmatic, read-mostly access to everything you see in the DynVolt owner platform: live telemetry, energy and earnings, forecasts, battery storage, alerts and O&M — under a single versioned REST API at api.owner.dynvolt.com.
curl https://api.owner.dynvolt.com/v1/sites \
-H "Authorization: Bearer dvk_live_xxxxxxxxxxxx_xxxx...xxxx"
{
"data": [
{
"site_id": "pv-ljubas",
"name": "PV Ljubas",
"capacity_kw": 5940,
"health_status": "healthy"
}
],
"meta": { "count": 1 }
}Live plant data
Loggers, inverters, per-string telemetry, transformer-station sensors and on-site weather — straight from the SCADA edge.
Energy, earnings & forecasts
Hourly energy matrices, gross-to-net earnings, and P10/P50/P90 production and price forecasts for your assigned market.
O&M workflows
Read and write work orders and defects, acknowledge and resolve alerts, and trigger report runs — with idempotency support.
API keys are created self-service in the owner platform (Settings → Admin → API access). The API is read-mostly by design — plant control stays in the owner platform. Read the introduction →