/api/v5/asset/{asset_id}/download

Download an asset’s file data. It is crucial that all redirects returned from this call are followed as the response will be a 303. In addition, URLs returned from redirects must not be cached, they will have a short TTL.

Path Params
string
required
Query Params
string
enum

Set the value the server will use for the Content-Disposition header (RFC 2616 Sec 19.5.1) of the response. The asset's content type and filename will also be included in this header. The default value is attachment.

Allowed:
Response
303

Redirects to the asset file itself

Language
Credentials
OAuth2
URL
Response
Click Try It! to start a request and see the response here!