API Changelog
Breaking changes are marked [breaking]. All other changes are additive and backwards-compatible.
2026-05-11 — v1 public launch
New endpoints
GET /api/v1/files— list files with pagination, filtering, and searchGET /api/v1/files/:id— fetch a single file by IDPATCH /api/v1/files— update file metadata (tags, description, visibility)DELETE /api/v1/files/:id— soft-delete a filePOST /api/v1/upload— upload a file via multipart formGET /api/v1/stats— usage statistics with daily breakdownGET /api/v1/transform— on-the-fly image transforms (beta)GET /api/v1/folders— list folders with optional?parentIdfilterPOST /api/v1/folders— create a folderGET /api/v1/folders/:id— fetch a folder with its immediate childrenPATCH /api/v1/folders/:id— rename or move a folderDELETE /api/v1/folders/:id— delete a folder
Authentication
- API keys authenticated via
X-API-Keyheader - Keys prefixed with
mn_; hashed at rest
Rate limiting
X-RateLimit-Limit,X-RateLimit-Remaining,X-RateLimit-Resetheaders on all responses- Daily window, resets at midnight UTC