{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation":0.5,
"flip": true
}
}
curl --location -g --request POST '{{BASE_URL}}/runway/v1/pro/video2video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation":0.5,
"flip": true
}
}'
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "0ab3bfe2-be23-4635-8c35-890fb2c1732d"
},
"exec_time": 0.67573
}