{
"video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"image": "http://source.wike.cc/1.jpeg",
"options": {
"motion_multiplier":3,
"flip": true
}
}
curl --location -g --request POST '{{BASE_URL}}/runway/v1/pro/act_one' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"image": "http://source.wike.cc/1.jpeg",
"options": {
"motion_multiplier":3,
"flip": true
}
}'
{
"code": 200,
"msg": "成功",
"data": {
"task_id": "0ab3bfe2-be23-4635-8c35-890fb2c1732d"
},
"exec_time": 0.67573
}