Downloads

Asset Downloads Management

Download classic asset

post
  • Download classic asset files. Assets can be identified by either id (UUID) or asset_name (string), but not both.

  • Specify the type of download using the download_type parameter to get data files, thumbnail, or movie.

  • Rate Limiting : 20 requests per minute per Token per IP address.

Authorizations
AuthorizationstringRequired

Customer-scoped API key that automatically determines the customer context for all operations.

Body

Request parameters for downloading classic asset files Either id (UUID) or asset_name (string) must be provided to identify the asset.

anyOptional
or
anyOptional
Responses
chevron-right
200

File download successful

Responsestring · binary

Zip file containing asset data files

post
/assets/download

Last updated