Appearance
生成视频
POST
/luma/generations
Authorizations
bearer
TypeHTTP (bearer)
Request Body
JSON
{
"user_prompt": "string",
"expand_prompt": true,
"loop": true,
"image_url": "string",
"image_end_url": "string"
}
Responses
application/json
JSON
{
"id": "string",
"prompt": "string",
"state": "string",
"created_at": "string",
"video": null,
"liked": null,
"estimate_wait_seconds": null
}