About this endpoint
What it does
Extracts a password-protected uploaded archive and returns signed URLs for the files inside it. You provide the archive file and its password in the request body.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | Binary | Yes | Password-protected archive (.zip, .rar, or .7z). Binary file upload. |
| password | String | Yes | Password required to decrypt the archive. |
Response
Returns a JSON object with a data array of URI strings. Each item is a signed cloud storage URL for one extracted file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String Array | Yes | Signed cloud storage URLs for each extracted file. |