{
"ratio": "16:9",
"prompt": "string",
"style": "string",
"model": "gen2",
"image": "string",
"options": {
"seconds": 5,
"motion_vector": {
"x": 0,
"y": 0,
"z": 0,
"r": 0,
"bg_x_pan": 0,
"bg_y_pan": 0
}
},
"callback_url": "string"
}
curl --location -g --request POST '{{BASE_URL}}/runway/v1/pro/generate' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"ratio": "16:9",
"prompt": "string",
"style": "string",
"model": "gen2",
"image": "string",
"options": {
"seconds": 5,
"motion_vector": {
"x": 0,
"y": 0,
"z": 0,
"r": 0,
"bg_x_pan": 0,
"bg_y_pan": 0
}
},
"callback_url": "string"
}'
{}