Submit(文字/图片生成视频)
POST
/luma/submit来自于Luma AI的文/图生视频。根据文字或图片一次生成5s的视频。
支持指定首尾帧画面,进行连接。
官方网站:https://lumalabs.ai/dream-machine
价格:0.4 PTC/次
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
302.AI后台的API Key
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数multipart/form-data
user_prompt
string
必需
视频提示词,不支持中文
示例值:
Low-angle shot of a majestic tiger prowling through a snowy landscape, leaving paw prints on the white blanket
image_url
file
可选
视频的首帧,可不传。首尾过程遵循视频提示词,由于AI能力问题,也有可能失效
image_end_url
file
可选
视频的尾帧,可不传。首尾过程遵循视频提示词,由于AI能力问题,也有可能失效
loop
boolean
是否生成循环视频
示例值:
false
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
created_at
string
必需
estimate_wait_seconds
null
必需
id
string
必需
liked
null
必需
prompt
string
必需
state
string
必需
video
null
必需
示例
{
"created_at": "",
"estimate_wait_seconds": null,
"id": "",
"liked": null,
"prompt": "",
"state": "",
"video": null
}
最后修改时间: 5 个月前