Download Encoded Asset
Last updated
Was this helpful?
Last updated
Was this helpful?
The Download Encoded Asset Data Operation allows to encode files that live or have been created in the application into base64. This encoding schema is used to transfer data over media, allowing it to stay unchanged during the process.
Compress a media file to pass an encoded asset to an end user
Current Limit Size: 5000000 bytes (5MB)
Expects type asset
or type text
Accepts either an Asset URI or an . To obtain an Asset Primitive, take the Asset URI and use the function.
Asset URI
Asset Primitive
It returns an asset encoded into base64 as the Output.