v1

latestOpenAPI 3.0.2Apache-2.02026-07-142963051.0 MB
Zip Downloads

Download zip archive

Returns the contents of a zip archive in binary format. This URL does not require any form of authentication and could be used in a user's browser to download the archive to a user's device.

By default, this URL is only valid for a few seconds from the creation of the request for this archive. Once a download has started it can not be stopped and resumed, instead a new request for a zip archive would need to be created.

The URL of this endpoint should not be considered as fixed. Instead, use the Create zip download API to request to create a zip archive, and then follow the download_url field in the response to this endpoint.

get/zip_downloads/{zip_download_id}/content

Path parameters

zip_download_idstring required

The unique identifier that represent this zip archive.

Response

Returns the content of the items requested for this download, formatted as a stream of files and folders in a zip archive.