Puchify

Storage API

Object storage buckets and file storage shares.

Object Storage

S3-compatible object storage buckets.

List buckets

GET /api/v1/object-storage

Create a bucket

POST /api/v1/object-storage
FieldTypeRequiredDescription
namestringyesBucket name
regionstringyesRegion ID
publicbooleannoEnable public access

Get a bucket

GET /api/v1/object-storage/{id}

Delete a bucket

DELETE /api/v1/object-storage/{id}

File Storage

NFS-backed file shares for shared storage across servers.

List file shares

GET /api/v1/file-storage

Create a file share

POST /api/v1/file-storage
FieldTypeRequiredDescription
namestringyesShare name
regionstringyesRegion ID
size_gbintegernoSize in GB (default: 100)

Get a file share

GET /api/v1/file-storage/{id}

Delete a file share

DELETE /api/v1/file-storage/{id}

On this page