{
"ratio": "16:9",
"prompt": "一只小猫",
"style": "cinematic",
"model": "gen3",
"options": {
"seconds": 10,
"motion_vector": {
"x": 0,
"y": 0.3999999999999999,
"z": 0,
"r": -6,
"bg_x_pan": 0,
"bg_y_pan": 0
}
}
}
curl --location --request POST 'https://api.leebay.cyou/runway/v1/pro/generate' \
--header 'Content-Type: application/json' \
--data-raw '{
"ratio": "16:9",
"prompt": "一只小猫",
"style": "cinematic",
"model": "gen3",
"options": {
"seconds": 10,
"motion_vector": {
"x": 0,
"y": 0.3999999999999999,
"z": 0,
"r": -6,
"bg_x_pan": 0,
"bg_y_pan": 0
}
}
}'
{}