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
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | Enter the API key of the stack that holds the asset. | |
authtoken | string | Enter your authtoken. | |
authorization | string | For this call we recommend you to use management token. | |
Content-Type | string | Pass “application/json” as the value to this parameter. | |
branch | string | Enter your branch unique ID. |