Creates a downloadable ZIP archive containing multiple assets.

Behavior: Packages the specified assets into a single ZIP archive for download. You can optionally specify a custom filename and a download proxy URL. The request must include at least one asset ID.

Authorization: Requires a valid Bearer token.

Side Effects: A ZIP archive is created asynchronously. The batch result contains the download URL once processing completes.

Error Scenarios: Returns 400 if the request body is missing or contains no asset IDs. Returns 401 if the caller is not authenticated. Returns 404 if the request model is null or invalid.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The download request containing asset IDs, optional filename, and download proxy settings.

Represents a request to download one or more assets, optionally packaged into a single file.

assetIds
array of uuids | null

Gets or sets the list of asset identifiers to include in the download.

assetIds
string | null

Gets or sets the desired filename for the download output.

boolean

Gets or sets a value indicating whether to download the lower-resolution proxy version of the assets.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json