{"name":"FileStore API","version":"1.0.0","status":"running","plans":{"basic":"10 GB","pro":"100 GB","enterprise":"300 GB"},"endpoints":{"POST   /apps/create":"Create a new app and receive an access_token","GET    /apps/me":"Get your app info + storage stats","DELETE /apps/me":"Delete app and ALL data (irreversible)","POST   /dirs/create":"Create a directory (body: { path })","GET    /dirs?path=/":"List contents of a directory","GET    /dirs/tree":"Full recursive tree of your storage","DELETE /dirs":"Delete a directory and all its contents","POST   /files/upload":"Upload a single file (multipart form-data)","POST   /files/batch-upload":"Upload multiple files at once","GET    /files":"List all files (supports ?dir, ?search, ?page, ?limit)","GET    /files/info?path=":"Get metadata for a specific file","GET    /files/download?path=":"Download / stream a file","DELETE /files":"Delete a single file (body: { path })","DELETE /files/batch":"Delete multiple files (body: { paths: [] })"},"auth":"All endpoints except POST /apps/create require: Authorization: Bearer <access_token>"}