Documentation
REST API and SDKs for object storage.
Quick start
Authenticate with your API key and start storing objects.
curl -X PUT https://api.objstor.io/v1/buckets/my-bucket \
-H "Authorization: Bearer YOUR_API_KEY"
Endpoints
GET /v1/buckets— list all bucketsPOST /v1/buckets— create bucketPUT /v1/buckets/{id}/objects/{key}— upload objectGET /v1/buckets/{id}/objects/{key}— download object
SDKs
Official SDKs available for Python, Node.js, Go, Java, and Ruby.