About this endpoint
What it does
Creates a password-protected ZIP archive from one or more remote file URLs and returns a signed URI to the generated ZIP file.
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 1 URL. |
| password | String | Yes | Password used to protect the generated ZIP archive. Format: password. |
Response
Returns a JSON object with a data string field containing a signed URI to the generated ZIP file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String | Yes | Signed URI of the generated ZIP file. Format: URI. |