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