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.
curl -X POST https://gogogotoken.com/v1/videos \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "doubao-seedance-2-0-fast", "prompt": "一款智能手表在白色展示台上缓慢旋转,柔和棚拍光线,镜头平稳推进", "duration": 5 }'
{ "id": "task_1234567890", "status": "queued", "model": "doubao-seedance-2-0-fast" }
兼容 OpenAI Video API 格式的视频提交与查询接口
/v1/video/generations
GET /v1/video/generations/{task_id}