Empower Your Code with the Frost API
Integrate, automate, and extend StorageClouds through our RESTful endpoints and SDKs. Built for developers who prefer precision and performance under any climate.
Your API Key
sk_live_FROST_********_BOUND
🌐 Core REST Endpoints
GET
/v1/projects
List all your storage projects and metadata.
{
"projects": [
{ "id": "frostbyte_01", "name": "Polar Backup", "region": "eu-north" },
{ "id": "aurora_app", "name": "Aurora Streams", "region": "us-east" }
]
}
POST
/v1/projects/create
Create a new cold-storage project.
{
"name": "GlacialArchive",
"plan": "pro_tier"
}
DELETE
/v1/projects/:id
Delete a specific project permanently.
{
"message": "Project deleted successfully.",
"timestamp": "2025-11-02T00:00:00Z"
}
🧰 SDKs & Tools
JavaScript SDK
Install using NPM:
npm install storageclouds-sdk
Python SDK
Install using pip:
pip install storageclouds
REST Client
Test endpoints directly:
curl https://api.storageclouds.dev/v1/projects \
-H "Authorization: Bearer YOUR_API_KEY"
🧪 Frost Playground
Test and visualize API responses instantly — try real endpoints below:
🔮 Response
// Awaiting your request...
📘 Developer Docs
Visit Full Documentation for SDKs, OAuth setup, and webhook signing guides.