Skip to content

扩展视频

POST
/luma/generations/{task_id}/extend

Authorizations

bearer
TypeHTTP (bearer)

Parameters

Path Parameters

task_id*
Typestring
Required

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
}

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples