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 buckets
  • POST /v1/buckets — create bucket
  • PUT /v1/buckets/{id}/objects/{key} — upload object
  • GET /v1/buckets/{id}/objects/{key} — download object

SDKs

Official SDKs available for Python, Node.js, Go, Java, and Ruby.