Skip to main content
GET
/
zip_downloads
/
{zip_download_id}
/
content
cURL
curl -L GET "https://dl.boxcloud.com/2.0/zip_downloads/29l00nfxDyHOt7RphI9zT_w==nDnZEDjY2S8iEWWCHEEiptFxwoWojjlibZjJ6geuE5xnXENDTPxzgbks_yY=/content" \
     -H "authorization: Bearer <ACCESS_TOKEN>" \
     -o sample_curl.zip
"<string>"
This endpoint is in the version 2024.0. No changes are required to continue using it. For more details, see Box API versioning.Learn more about Box SDK versioning strategy.

Path Parameters

zip_download_id
string
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.

The binary content of the archive, which will include the items requested for this download.