Skip to main content
Self-hosted only. Not available on Cloud. Post a list of paths, get one ZIP back. Send either items or paths, non-empty, with at most 200 entries total.
Auth: API Key required

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 named download.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

Download Folder as ZIP

Download a single folder without listing its files individually.

Download Original File

Download a single file.