API Reference
Complete documentation for the DeepCloud API
Quick Example
curl -X POST https://api.deepcloud.com/v1/instances \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "vps",
"name": "web-server-1",
"plan": "standard-2x",
"region": "us-east"
}'