🔥 Diwali Sale Save up to 75% on hosting + Free .com domain — ends in 00:00:00 Claim deal →
Developer Integration

Reseller API Documentation

Automate provisioning and control loops. Seamlessly register virtual nodes and retrieve status checks directly via REST APIs.

1. Authentication

To interface with Xenax Cloud endpoints, authenticate requests using custom token headers. Request your authorization token from your Client portal billing section.

// Request Header authentication format curl -X GET "https://api.xenaxcloud.com/v1/status" \
  -H "Authorization: Bearer your_api_token_here"

2. Deploy Virtual Instance

Deploy instances automatically. Passes configuration parameters to create KVM virtual slices.

// Deploy server endpoint
POST https://api.xenaxcloud.com/v1/servers/deploy
// Payload params JSON
{
  "pid": 202,
  "os": "ubuntu-24.04-x64",
  "hostname": "nodeserver-01",
  "datacenter": "india-west-1"
}

Xenax Support Assistant

Average response: 60s

Hello! Welcome to Xenax Cloud. How can we assist you with our server infrastructures today?