Skip to main content

Endpoint

GET /storage/folders
Auth: API Key required

Response

{
  "folders": ["archive", "photos", "photos/2024"]
}
folders
string[]
Every folder path in storage, relative to the storage root, sorted alphabetically. Used to power “Move to” folder pickers.

Example

curl http://localhost:3000/storage/folders \
  -H "Authorization: Bearer <api_key>"

Move File or Folder

Move a file or folder into one of these destinations.

List Storage

Browse the full file and folder tree.