DocsAPI ReferenceStorage API
API Reference

Storage API

REST API reference for object storage management.

Endpoints

MethodPathDescription
GET/api/storageList all buckets
POST/api/storageCreate a bucket
DELETE/api/storage/:idDelete a bucket

Create bucket

bash
curl -X POST https://api.wasaacloud.com/api/storage \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "my-assets",
    "type": "object",
    "region": "af-ke-1",
    "sizeGB": 100
  }'

Use the S3 API for object operations

For object-level operations (upload, download, delete, list objects), use the S3-compatible endpoint at https://storage.wasaacloud.com with any S3 client. See S3-Compatible API for details.

← Previous
Instances API
Next →
API Errors

Was this article helpful?

Need more help? Open a support ticket

On this page

Endpoints
Create bucket
Use the S3 API for object operations
Get support