ZSoftly Cloud Platform
API Reference

Developer Docs

ZCP REST API

Every ZCP resource is accessible via a REST API. Authenticate with an API key from your portal account settings. All responses are JSON.

Cloud Platform API Object Storage API
Base URL https://api.zcp.zsoftly.ca/api

Authentication

All requests require a Bearer token. Generate a Personal Access Token in your portal under Account Settings → API Keys. Use the Cloud Platform API to manage instances and the Object Storage API to manage Ceph-backed storage resources.

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://api.zcp.zsoftly.ca/api/projects