Nurama Developers
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.

GET
/public-download/{token}/download

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]+$
Length10 <= length <= 10

Response 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}