Email LoginHosting Login
Niish Cloud Solutions

NiishCloud Documentation

Welcome to the developer hub. Find comprehensive guides and documentation to help you start working with NiishCloud as quickly as possible.

Quickstart

Deploy your first app in minutes using our CLI or API.

Start Building

API Reference

Complete usage details for all endpoints and parameters.

View Reference

Easy to Integrate

curl -X POST https://api.niishcloud.com/v2/droplets \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $TOKEN" \
  -d '{
    "name": "example-app",
    "region": "nyc3",
    "size": "s-1vcpu-1gb",
    "image": "ubuntu-22-04-x64"
  }'

More Resources