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
| Method | Path | Purpose |
|---|---|---|
GET | /v1/vault/list | List files (paginated by cursor) |
POST | /v1/vault/upload-url | Pre-signed direct-upload URL |
GET | /v1/vault/{fileId} | File metadata |
GET | /v1/vault/{fileId}/download-url | Short-lived signed download URL |
POST | /v1/vault/{fileId}/share | Create 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 downloadvault:write— upload, delete, manage share links
Pricing (anticipated)
| Resource | Free tier | Paid |
|---|---|---|
| Storage | 1 GB | 0.10 Credit / GB / month |
| Egress | Unlimited | Unlimited (zero egress, always) |
| Operations | 10,000 / month | 0.01 Credit / 1,000 operations |
Final pricing will be published when the API reaches general availability.