生成视频
POST
/luma/generations请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json; charset=utf-8
Body 参数application/json
user_prompt
string
必需
aspect_ratio
string
必需
expand_prompt
boolean
可选
是否开启prompt 优化
loop
boolean
循环一张参考图
image_url
string
可选
参考图,支持第三方图片地址、Base64
image_end_url
string
可选
关键帧,支持第三方图片地址、Base64
notify_hook
string
可选
回调地址: https://xxxxxxx
示例
{
"user_prompt": "cat dance",
"aspect_ratio": "16:9"
}
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
数据结构
created_at
string
必需
estimate_wait_seconds
null
必需
id
string
必需
last_frame
null
必需
liked
null
必需
prompt
string
必需
state
string
必需
thumbnail
null
必需
video
null
必需
server_id
string
可选
示例
{
"created_at": "2024-07-22T12:47:28.553735Z",
"estimate_wait_seconds": null,
"id": "fc7fb008-7a5e-40ad-a7ff-dbb63db61be8",
"last_frame": null,
"liked": null,
"prompt": "cat dance",
"state": "pending",
"thumbnail": null,
"video": null
}
最后修改时间: 2 个月前