Voltage API
Voltage has an API that you can use to manage your nodes. With this API you can create, stop, start, update your node. All the functionality that you see in our dashboard can be accomplished with the Voltage API. With our API, you can greatly extend the capabilities for the Voltage platform. For example, you can create nodes for your users directly in your own sites.
Currently you must use HTTP 1.1 with this API. It does not suport HTTP 2.0
To generate an API Key, navigate to your Team's home page. The menu on the left side will have an 'API' section. Expand that and click 'Keys'. Click the 'New Key' button and generate a new API Key. Give it a name and be sure to save the key as it will not be displayed again.
Once you have an API Key, you can use it in your API Requests with the X-VOLTAGE-AUTH header. All API Endpoints require authentication.