Files
7 live endpoints. Every path is a real, callable route.
| Method | Path | Auth |
|---|---|---|
GET | /api/files/_meta/health | public |
POST | /api/files/:id/chunk | user |
POST | /api/files/:id/complete | user |
GET | /api/files/:id/download | user |
POST | /api/files/:id/share | user |
POST | /api/files/init | user |
POST | /api/files/upload | user |