Video Models
Doubao Seedance task creation, query, content retrieval, and remix APIs
Video documentation mainly covers Doubao Seedance 2.0 endpoints. This page is the overview entry; open the individual endpoint pages below for full request parameters, response structures, and debug panels.
Create Video Generation Task
Submit a standard task-style video generation request.
Get Video Generation Task
Query the status of a standard task-style video job.
OpenAI-Style Create Video Task
OpenAI/Sora-compatible video creation entry.
Get OpenAI-Style Video Task
Query a task submitted through the OpenAI-style entry.
Remix Existing Video
Create a remix task based on an existing video or task result.
Proxy Video Content
Retrieve generated video content through the gateway proxy.
Task Flow
- Create a task with
POST /v1/video/generationsorPOST /v1/videos. - Save the returned task ID.
- Poll task status with the matching query endpoint.
- After completion, retrieve video content from result fields or
/v1/videos/{task_id}/content. - For continuation, style changes, or re-editing, use
/v1/videos/{video_id}/remix.
Model Selection
| Model ID | Typical Use |
|---|---|
doubao-seedance-2-0-260128 | Standard video generation task. |
doubao-seedance-2-0-fast-260128 | Fast video generation task. Speed orientation follows model name and page display. |
Endpoint Paths
| Method | Path | Page |
|---|---|---|
| POST | /v1/video/generations | Create Video Generation Task |
| GET | /v1/video/generations/{task_id} | Get Video Generation Task |
| POST | /v1/videos | OpenAI-Style Create Video Task |
| GET | /v1/videos/{task_id} | Get OpenAI-Style Video Task |
| POST | /v1/videos/{video_id}/remix | Remix Existing Video |
| GET | /v1/videos/{task_id}/content | Proxy Video Content |
How is this guide?
Last updated on