首次默认密码来自 ADMIN_INITIAL_PASSWORD,未设置时为 admin123。

V 视频生成任务管理后台
系统状态 检查中 并发使用率 0% 队列长度 0 --

概览

连接中

并发池概览

0 / 0 运行中

浏览器并发池 (Browser)

浏览器提交和浏览器轮询共用槽位

总配额 0可用 0
0 / 0 运行中

HTTP 并发池 (HTTP)

HTTP 提交和 HTTP 轮询共用槽位

总配额 0可用 0

任务状态统计

队列趋势(近 24 小时)

最近失败原因 Top 5

账号管理

0 条
1 / 1

API Key

生成设置

未选择文件

本次任务模式

系统默认值会作为新任务默认模式。

参数预览

{}

任务历史

0 / 0 条

系统配置

执行模式

Video Storage

API 文档

当前服务地址:http://localhost:3334

提交任务

curl -X POST "http://localhost:3333/api/video/tasks" -H "x-api-key: YOUR_API_KEY" -H "content-type: application/json" -d "{\"provider\":\"dreamina\",\"prompt\":\"Create a short cinematic video\",\"model\":\"seedance_2_fast\",\"referenceType\":\"omni_reference\",\"aspectRatio\":\"16:9\",\"duration\":4,\"references\":[{\"type\":\"image\",\"url\":\"https://example.com/a.png\"}]}"

提交响应

{"ok":true,"task":{"id":1,"externalTaskId":"ext_xxx","status":"queued"}}

查询任务

curl "http://localhost:3333/api/video/tasks/TASK_ID" -H "x-api-key: YOUR_API_KEY"

播放视频

curl -L "http://localhost:3333/api/video/tasks/TASK_ID/stream" -H "x-api-key: YOUR_API_KEY" --output video.mp4