About this endpoint
What it does
Creates a password-protected ZIP archive from one or more remote file URLs and streams the archive back in the response. The request body supplies the source URLs and the ZIP password.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| urls | String Array | Yes | One or more remote file URLs to include in the ZIP. Each item must be a URI. |
| password | String | Yes | Password to apply to the generated ZIP archive. |
Response
Returns a binary response body containing the generated ZIP file.