Dashboard

Cloud Vault API

The Cloud Vault API will expose Ansdev's zero-egress file storage layer — the same object storage that backs the Video pipeline — as a general-purpose REST surface.

ℹ️ Under development

This API is not yet available. Email hello@ansdev.cloud to join the early access list — we're prioritising onboarding by use case.

Planned endpoints

MethodPathPurpose
GET/v1/vault/listList files (paginated by cursor)
POST/v1/vault/upload-urlPre-signed direct-upload URL
GET/v1/vault/{fileId}File metadata
GET/v1/vault/{fileId}/download-urlShort-lived signed download URL
POST/v1/vault/{fileId}/shareCreate a public share link with optional expiry
DELETE/v1/vault/{fileId}Delete a file (storage is reclaimed by lifecycle policy)

Planned scopes

  • vault:read — list and download
  • vault:write — upload, delete, manage share links

Pricing (anticipated)

ResourceFree tierPaid
Storage1 GB0.10 Credit / GB / month
EgressUnlimitedUnlimited (zero egress, always)
Operations10,000 / month0.01 Credit / 1,000 operations

Final pricing will be published when the API reaches general availability.