Request
POST/assets/{assetId}/download
Request a link to download the given assetId in the given targetFormat
Request
curl https://api.cloud.scenario.com/v1/assets/$ASSET_ID/download \
-H 'Content-Type: application/json' \
-u "$SCENARIO_SDK_API_KEY:SCENARIO_SDK_API_SECRET" \
-d '{}'{
"url": "url"
}Returns Examples
{
"url": "url"
}