Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 Veo3 生成视频
curl https://api.qclawrouter.com/v1/video/generations \ -H "Authorization: Bearer sk-your-api-key" \ -H "Content-Type: application/json" \ -d '{ "model": "veo3", "prompt": "A cat playing in the garden" }'
{ "task_id": "task_xxx", "status": "pending", "created_at": 1677652288 }
callback_url
{ "model": "veo3", "prompt": "A cat playing in the garden", "callback_url": "https://your-server.com/webhook" }