Endpoint
Path parameters
Path to the folder relative to the storage root.
photos · videos/2024Response
Returns a ZIP archive containing every file under the folder (recursively), with each entry’s path preserved relative to the folder.| Header | Value |
|---|---|
Content-Type | application/zip |
Content-Disposition | attachment; filename="{folderName}.zip" |
Content-Length | Archive size in bytes |
Cache-Control | private, no-store |
200 success · 400 missing or invalid path · 404 folder not found or empty · 500 error
Example
Related
Download Multiple Items
Bundle a mixed selection of files and folders into one ZIP.
Download Original File
Download a single file.