About this endpoint
What it does
Extracts a password-protected uploaded archive and returns signed URLs for the files contained in it. The request sends the archive file and its password; the response returns a JSON object with a data array of URI strings.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Password-protected archive file uploaded as binary data. Supported archive formats: .zip, .rar, .7z. |
| password | String | Yes | Password used to decrypt the archive. |
Response
Returns a JSON object with a data array of URI strings — one signed cloud storage URL for each extracted file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String Array | Yes | Signed cloud storage URLs for each extracted file. Each item is a URI. |