名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|---|
body | body | object | 否 | none | |
» video | body | string | 是 | none | |
» model | body | string | 是 | 模型 | none |
» prompt | body | string | 是 | 描述词 | 支持中文 |
» options | body | object | 是 | 参数 | none |
»» structure_transformation | body | number | 是 | 结构改造 | 0-1之间 |
»» flip | body | boolean | 否 | 是否竖屏 | 默认为宽屏,即16:9 |
{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}
curl --location --request POST 'https://api.leebay.cyou/runway/v1/pro/video2video' \
--header 'Content-Type: application/json' \
--data-raw '{
"video": "http://source.baidu.com/attachments/video/runway/20241117/28ed9d05e1dc84bede45541855500aa9.mp4",
"model": "gen3",
"prompt": "像素风格",
"options": {
"structure_transformation": 0.5,
"flip": true
}
}'
{}