items or paths, non-empty, with at most 200 entries total.
Body parameters
Each item object:
Prefer
items when you already know each item’s kind: it skips a lookup per item and lets everything download in parallel. With paths, the server determines whether each one is a file or folder. Missing files are skipped rather than failing the whole request.
Response
Returns a ZIP archive nameddownload.zip. Each entry keeps its full relative path, including folder prefixes, so files with the same name in different folders don’t collide inside the archive.
Status codes:
200 success · 400 invalid body or too many items (max 200) · 404 no files found for the given paths · 500 error
Related
Download Folder as ZIP
Download a single folder without listing its files individually.
Download Original File
Download a single file.