/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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
^asset:[a-zA-Z0-9_-]+$
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here!