About this endpoint
What it does
Uploads a local archive file and returns signed URLs for each file extracted from that archive.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| file | String | Yes | Archive file in binary format. Supported archive types: .zip, .rar, or .7z. |
Response
Returns a JSON object with a data string array field, where each item is a signed URI for an extracted file.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | String Array | Yes | Signed cloud storage URLs for each extracted file. |