cURL
curl --request POST \ --url https://zip.platform.arb.inc/archives/create \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "files": [ { "gsURL": "gs://my-bucket/invoices/jan.csv", "name": "january.csv", "path": "data/invoices/" }, { "gsURL": "gs://my-bucket/invoices/feb.csv", "name": "february.csv", "path": "data/invoices/" } ] } '
"(binary zip stream)"
Takes a list of Google Cloud Storage file URLs and creates a compressed ZIP archive containing those files. The ZIP is streamed directly back to the requester without being stored on disk. Requires zip.archive.creator permission.
zip.archive.creator
access token
List of files to include in the ZIP.
Show child attributes
ZIP stream is returned for download.
The response is of type file.
file