Subscription Tier
—
Account Status
—
Renewals
—
Expires
—
Quick Start
3 STEPS
1
Get your API token
Go to API Keys and copy your bearer token to authenticate requests.
2
Create a bucket
POST to /storage/objects with your bucket name, key, and data.
3
Start storing
Retrieve and manage your objects via the REST API from any language.
Platform Status
OPERATIONAL
API
Online
Storage Engine
Online
Authentication
Online
Database
Online
Uptime
99.9%
Storage Explorer
BUCKETS
// enter a bucket name to explore
Bearer Token
JWT
Use your bearer token to authenticate all NimbusCloud API requests. Keep it secret — treat it like a password.
Authorization Token
••••••••••••••••••••••••••••••••
Example Requests
cURL
# Store an object
curl -X POST https://nimbuscloud.gortech.org/storage/objects \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"bucket":"my-app","key":"data.json","data":"..."}'
# Retrieve an object
curl -X GET https://nimbuscloud.gortech.org/storage/objects/my-app/data.json \
-H "Authorization: Bearer YOUR_TOKEN"
Subscription Details
ACTIVE
Tier
—
Status
—
Renewals Completed
—
Grace Period
—
Member Since
—
Expires
—
Loyalty Status
Loading loyalty status...
—
Pricing Tiers
Starter (3mo)
$150
Builder (6mo)
$300
Pro (12mo)
$600
Enterprise (24mo)
$1,200