Skip to content
Voltage Park Help Center home
Voltage Park Help Center home

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

Since self-service API key generation is currently not available, API keys must be requested from our support team.

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.

image.png

Keep your API key secure! Treat it like a password and NEVER expose it in public repositories.

API Endpoints Documentation

The Voltage Park On-Demand API can be accessed at https://cloud-api.voltagepark.com. For a comprehensive guide to endpoints, please find our API docs at Voltage Park On-Demand API

The OpenAPI spec can be found at https://cloud-api.voltagepark.com/api/v1/openapi.json.