CloudNix

API Reference

Complete API documentation with interactive examples

API Overview

The CloudNix API is organized around REST principles. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

πŸš€ Quick Start

Get started with CloudNix API in minutes. Choose your preferred method:

Base URL

https://api.cloudnix.io/v1

Import into API Clients

Postman

Import the OpenAPI spec directly into Postman for instant API testing.

  1. 1. Open Postman
  2. 2. Click "Import"
  3. 3. Choose "Link" tab
  4. 4. Paste: https://cloudnix.io/openapi/cloudnix-api.yaml

Insomnia

Import into Insomnia for a beautiful API testing experience.

  1. 1. Open Insomnia
  2. 2. Click "Create" β†’ "Import"
  3. 3. Select "From URL"
  4. 4. Enter OpenAPI URL

curl

Use curl for quick command-line testing.

curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.cloudnix.io/v1/compute/instances

Key Features

RESTful Design

Predictable, resource-oriented URLs

JSON Everywhere

JSON request bodies and responses

Standard HTTP

HTTP response codes and methods

Pagination

Automatic pagination for large datasets