{
"video": "string",
"image": "string",
"character_video": "string",
"options": {
"motion_multiplier": 0,
"flip": true
}
}
curl --location --request POST '/runway/v1/pro/act_two' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "string",
"image": "string",
"character_video": "string",
"options": {
"motion_multiplier": 0,
"flip": true
}
}'
{}