Files
9 live operations under /api/files. 8 require a machine key; 1 are public. Tagged: Other.
| Method | Path | What it does | Auth |
|---|---|---|---|
GET | /api/files/_meta/health | DEV utility: route count + storage path (no PII) | public |
POST | /api/files/{id}/chunk | append one chunk | key |
POST | /api/files/{id}/collect | — | key |
POST | /api/files/{id}/complete | finalizer | key |
GET | /api/files/{id}/download | owner OR share token | key |
POST | /api/files/{id}/share | mint a share URL | key |
GET | /api/files/{id}/status | lifetime without downloading Lets the mail UI show "expires in 6h" or "expired" on an attachment chip without pulling th | key |
POST | /api/files/init | multi-chunk session init | key |
POST | /api/files/upload | single-shot upload | key |
Generated by scripts/generate-reference.mjs from https://zeq.me/openapi.json.