0 / 0
运行中
浏览器并发池 (Browser)
浏览器提交和浏览器轮询共用槽位
总配额 0可用 0
连接中
浏览器提交和浏览器轮询共用槽位
HTTP 提交和 HTTP 轮询共用槽位
{}
当前服务地址: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