{
"video": "string",
"prompt": "string",
"images": [
"string"
],
"options": {
"seconds": true
}
}
curl --location --request POST '/runway/v1/pro/act_one' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "string",
"prompt": "string",
"images": [
"string"
],
"options": {
"seconds": true
}
}'
{}