Skip to content

Download multiple files as ZIP

POST
/files/download-bulk

Creates a ZIP archive containing the requested files and streams it directly through the API.

object
fileIds
required

Array of file IDs to include in the ZIP (max 100)

Array<string>
>= 1 items <= 100 items

ZIP archive stream

string format: binary

Bad Request - Validation error or invalid input

object
error
required
string
code
string
details
nullable
retryable
boolean

Unauthorized - Authentication required or invalid token

object
error
required
string
code
string
details
nullable
retryable
boolean

Forbidden - Insufficient permissions

object
error
required
string
code
string
details
nullable
retryable
boolean

Not Found - Resource does not exist

object
error
required
string
code
string
details
nullable
retryable
boolean