API
Here are our current API endpoints for our Voltage Park On Demand API.
Overview
Our Voltage Park On Demand API allows developers to deploy, manage, and monitor virtual machines (VMs) and bare metal instances.
Authentication
This API uses Bearer Token Authentication to authorize requests. Every request must include a valid API token in the Authorization header.
Example:
Authorization: Bearer YOUR_API_KEY
How to Obtain an API Key
On the Developers page of the Voltage Park dashboard, you can view and manage your API tokens. From this page, you can create new tokens or delete existing ones. Tokens are valid for one year, after which they expire, so be sure to rotate them regularly to maintain access.

Keep your API key secure! Treat it like a password and NEVER expose it in public repositories.
Endpoints
The Voltage Park On-Demand API can be accessed at https://cloud-api.voltagepark.com
. For a comprehensive guide to endpoints, please find the V1 API docs below.
The OpenAPI spec can be found at https://cloud-api.voltagepark.com/api/v1/openapi.json.
Last updated