GET Video Download URL
call response body once the job has successfully completed."videoURL": "https://d3uryq9bhgb5qr.cloudfront.net/EnterpriseSubscription/PictoryQAVidyard/702f8260-c56a-4fbc-9741-ddc44df24aa2/VIDEO/testvideo.mp4"
renderParams
response body object of the GET Video Preview & Default Settings API
call. This data is auto-captured in the Postman environmentTests
.audio_settings
, output_settings
, scene_settings
.renderParams
data.curl --location -g --request PUT 'https://dev.your-api-server.com/v1/video/render/{{job_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'X-Pictory-User-Id: {{X-Pictory-User-Id}}' \
--header 'Content-Type: application/json' \
--data-raw '{
//"webhook": ""
}'
{
"data": {
"job_id": "fcc1f092-3e04-4828-acf6-75dbcffd6a6c"
},
"success": true
}