Act-two Emotion Migration
Request
Body Params application/json
{
"video": "http://source.wike.cc/attachments/video/runway/20241015/82bc23c83b5c32e75059c8328df5cffb.mp4",
"image": "http://source.wike.cc/1.jpeg",
"options": {
"expression_intensity": 3,
"flip": true
}
}
Request Code Samples
curl --location --request POST 'https://gptproto.com/runway/v1/pro/act_two' \
--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": {
"expression_intensity": 3,
"flip": true
}
}'
Responses
application/json {"data":"4d83fb81-8d9b-4477-a3df-f476c24ce37f"}
Modified at 2025-08-15 14:23:54