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 }
}

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 →