Download an asset with permanent URL

GET https://{{base_url}}/v3/assets/{{api_key}}/{{asset_uid}}/{{slug}}

The Download an asset with permanent URL request displays an asset in the response. The asset returned in the response can be saved to your local storage system. Make sure to specify the unique identifier (slug) in the request URL.

To configure the permissions for your application via OAuth, please include the
cm.assets:download scope.


To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken. 
Read more about it in Authentication.


For more information, refer to the Download an asset with permanent URL API Reference document

HEADERS

KeyDatatypeRequiredDescription
api_keystringEnter the API key of the stack that holds the asset.
authtokenstringEnter your authtoken.
authorizationstringFor this call we recommend you to use management token.
Content-TypestringPass “application/json” as the value to this parameter.
branchstringEnter your branch unique ID.