About this endpoint
What it does
Creates a ZIP archive from one or more remote file URLs and streams the ZIP file back in the response.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| output | String | No | The output filename. Default: output.zip. |
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| urls | String Array | Yes | Remote file URLs to include in the ZIP archive. Each item must be a URI. Minimum items: 1. |
Response
Returns a binary file stream, not a JSON object. The output schema is string with binary format, so the successful response is the ZIP archive itself rather than structured fields.