生成(generations)
测试中POST
{{BASE_URL}}/cogvideox/v4/videos/generations最后修改时间: 4 个月前
请求参数
Header 参数
Authorization
string
可选
示例值:
{{YOUR_API_KEY}}
Content-Type
string
可选
示例值:
application/json
Body 参数application/json
object {0}
示例
{
"model": "cogvideox",
"prompt": "Peter Rabbit drives a small car, wandering on the road, with a face full of happiness and joy.",
"image_url": "https://sfile.chatglm.cn/testpath/video_cover/0e89d8bf-ded0-5b77-b673-fd264fad9c9d_cover_0.png"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 4 个月前