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

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

  1. Contact our support team by emailing [email protected].

  2. Provide the following details in your request:

    1. The email address associated with your Voltage Park On Demand account.

    2. Your Organization ID, which can be located on your Account page.

  3. Our team will acknowledge your request and provide an API Key with the proper permissions.

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