About this endpoint
What it does
Creates a ZIP archive from the uploaded files and streams the resulting download back to the caller.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | Name of the generated ZIP file. Default: output.zip. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| files | String Array | Yes | One or more files to include in the archive. |
Response
Returns a binary file download containing the generated ZIP archive.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Binary | Yes | The ZIP file content returned as a binary response. |