Skip to main content

Endpoint

Auth: API Key required

Response

Returns the storage tree as a nested array. Each node is either a folder (with children) or a file (no children).
id
string
Unique identifier, full path relative to storage root. Use this as the {path} parameter in other storage endpoints.
name
string
Display name of the file or folder.
children
array
Nested files and folders. Empty array [] for files or empty folders.

Example

File Metadata

Get size and timestamps for a specific file.

Move File or Folder

Move a file or folder into a different parent folder.

Rename File or Folder

Rename a file or folder in place.

Delete File

Remove a file and its cached variants.