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 -o output.mp4 https://gogogotoken.com/v1/videos/task_1234567890/content \ -H "Authorization: Bearer YOUR_API_KEY"
<binary mp4 content>
代理下载已生成视频,并对已有视频进行二次创作
Bearer YOUR_API_KEY
POST /v1/videos/{video_id}/remix
curl -X POST https://gogogotoken.com/v1/videos/vid_1234567890/remix \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "doubao-seedance-2-0-fast", "prompt": "给视频添加暖色调滤镜" }'