Files & Folders
Download File
Download a file or folder
GET
Overview
Downloads a file by its hash. For folders, the contents are automatically zipped.Path Parameters
The file entry hash (e.g.,
MzI2MHxwYWRkaQ)Response
Returns the file content with appropriateContent-Type and Content-Disposition headers.
- For single files: The file is downloaded directly
- For folders: A ZIP archive is created and downloaded
For folders, the response will have
Content-Type: application/zip and the filename will end with .zip.
