Download multiple files as ZIP
POST /files/download-bulk
POST
/files/download-bulk
Creates a ZIP archive containing the requested files and streams it directly through the API.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”object
fileIds
required
Array of file IDs to include in the ZIP (max 100)
Array<string>
Responses
Section titled “ Responses ”ZIP archive stream
string format: binary
Bad Request - Validation error or invalid input
object
error
required
string
code
string
details
retryable
boolean
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean