List Directory / Query Files
The thread identifier
Return storage statistics instead of file list
Full-text search pattern
Glob pattern for path matching (e.g.,
*.jpg)Get File
The thread identifier
File path (e.g.,
attachments/photo.jpg)Return image thumbnail instead of full file
Set to
json to return metadata onlyContent-Type header, or JSON metadata when format=json.
Write File
The thread identifier
File path to write
Base64-encoded file data
MIME type of the file
Optional custom metadata
Image width in pixels (for images)
Image height in pixels (for images)
Base64-encoded thumbnail for images
Set to
"directory" to create a directoryExternal URL for linked files (instead of
data)Large files (>1.75MB) are automatically chunked server-side. No special client handling is required—just send a normal POST request with the binary data.
Delete File
The thread identifier
File or directory path to delete
204 No Content on success. Directories must be empty to delete.