扩展视频
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/luma/generations/{task_id}/extend
- 简介: 官方文档:https://docs.lumalabs.ai/docs/video-generation
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"user_prompt": "add cat",
"expand_prompt": true
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/luma/generations/4665a07c-7641-4809-a133-10786201bb56/extend' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_prompt": "add cat",
"expand_prompt": true
}'返回示例
🟢200成功 示例
{
"id": "749d328e-4fd0-43a8-8c89-32394d60da69",
"prompt": "",
"state": "pending",
"queue_state": null,
"created_at": "2024-12-22T14:48:39.947851Z",
"batch_id": "",
"video": null,
"video_raw": null,
"liked": null,
"estimate_wait_seconds": null,
"thumbnail": null,
"last_frame": null
}最后更新:2025-08-01 02:34:18
