{
"model": "gen4",
"prompt": "小船在大海中飘荡",
"ratio": "16:9"
}curl --location --request POST 'https://api.aiznt.com/runway/v1/video/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gen4",
"prompt": "小船在大海中飘荡",
"ratio": "16:9"
}'{
"code": 200,
"msg": "成功",
"data": {
"task_id": "34ce368c-eccd-4cd0-890d-8214f5a19843"
},
"exec_time": 2.150419,
"ip": "91.199.84.247"
}