Authorization: Bearer ********************
{
"model": "gen4_turbo",
"ratio": "16:9",
"prompt": "笑起来,吃汉堡",
"image": "https://db.xiaohuhd.com/1.jpeg",
"options": {
"seconds": 5
},
"callback_url": "http://baidu.com"
}
curl --location -g --request POST '/runway/pro/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gen4_turbo",
"ratio": "16:9",
"prompt": "笑起来,吃汉堡",
"image": "https://db.xiaohuhd.com/1.jpeg",
"options": {
"seconds": 5
},
"callback_url": "http://baidu.com"
}'
{}