Secure file upload, download, and management for your websites. Token-based API with per-client storage paths and an admin panel.
POST /api/v1/files — upload a fileGET /api/v1/files/{path} — download a fileDELETE /api/v1/files/{path} — delete a fileGET /api/v1/files?prefix=... — list filesAuthorization: Bearer YOUR_TOKEN