Video-To-Video(视频风格迁移)
POST
/302/video-to-video将一个视频通过提示词改造成另外一个风格
价格:0.4 PTC / 次
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
prompt
string
视频改造提示词
negative_prompt
string
可选
export_fps
integer
可选
video_url
string
视频url
strength
number
和原视频相似度
示例
{
"prompt": "",
"negative_prompt": "Distorted, discontinuous, Ugly, blurry, low resolution, motionless, static, disfigured, disconnected limbs, Ugly faces, incomplete arms",
"export_fps": 24,
"video_url": "",
"strength": 0.8
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 16 天前