扩展视频
POST
{{BASE_URL}}/luma/generations/{task_id}/extend最后修改时间: 2 个月前
task id 为需要延长的视频任务id
请求参数
Path 参数
task_id
string
必需
Body 参数application/json
user_prompt
string
必需
expand_prompt
boolean
可选
是否开启prompt 优化
image_url
string
可选
参考图,支持第三方图片地址、Base64
image_end_url
string
可选
关键帧,支持第三方图片地址、Base64
notify_hook
string
可选
回调地址: https://xxxxxxx
示例
{
"user_prompt": "add cat",
"expand_prompt": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{
"id": "9d4b7516-77e5-481a-b015-48313946f33b",
"prompt": "cat dance",
"state": "pending",
"created_at": "2024-07-01T07:35:13.498660Z",
"video": null,
"liked": null,
"estimate_wait_seconds": null
}
最后修改时间: 2 个月前