API Reference
REST API and SDK guide
The Zetyun API follows REST conventions and shares a single auth + error model across all products. OpenAPI Playground integration is coming soon.
Authentication
Include your API key in the header:
Authorization: Bearer <YOUR_API_KEY>API groups
Compute API
Instances, images, keys, specs
Models API
Inference, fine-tuning, model management
Storage API
Object, block, and file storage
SDKs
- Python:
pip install zetyun - Node.js:
npm install @zetyun/sdk - Go:
go get github.com/zetyun/zetyun-go
Rate limits
Default 100 RPS per API key; raise via support.
Last updated on
Was this page helpful?
