PublicAssetLinks
Get a signed download URL for a public download token
Generates a signed download URL for the asset's original file. No authentication required. The URL is temporary and expires.
Generates a signed download URL for the asset's original file. No authentication required. The URL is temporary and expires.
Path Parameters
token*string
The 10-character alphanumeric public download token.
Match
^[a-zA-Z0-9]+$Length
10 <= length <= 10Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/public-download/stringstri/download"{ "url": "string", "fileName": "string", "mimeType": "video/mp4", "expires": 0}