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