❄️ StorageClouds Developer API

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
Keep your key secret — it grants full access to your storage domain.

🌐 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...

🔔 Webhooks

Receive real-time notifications on project updates, storage changes, and billing events.

POST /v1/webhooks/event
{
  "type": "project.updated",
  "data": { "id": "frostbyte_01" }
}

📊 Rate Limits

  • Free Tier: 60 requests/min
  • Pro Tier: 600 requests/min
  • Enterprise: Custom SLA

📘 Developer Docs

Visit Full Documentation for SDKs, OAuth setup, and webhook signing guides.