Routescope APIRoutescope API

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.

Task Flow

  1. Create a task with POST /v1/video/generations or POST /v1/videos.
  2. Save the returned task ID.
  3. Poll task status with the matching query endpoint.
  4. After completion, retrieve video content from result fields or /v1/videos/{task_id}/content.
  5. For continuation, style changes, or re-editing, use /v1/videos/{video_id}/remix.

Model Selection

Model IDTypical Use
doubao-seedance-2-0-260128Standard video generation task.
doubao-seedance-2-0-fast-260128Fast video generation task. Speed orientation follows model name and page display.

Endpoint Paths

MethodPathPage
POST/v1/video/generationsCreate Video Generation Task
GET/v1/video/generations/{task_id}Get Video Generation Task
POST/v1/videosOpenAI-Style Create Video Task
GET/v1/videos/{task_id}Get OpenAI-Style Video Task
POST/v1/videos/{video_id}/remixRemix Existing Video
GET/v1/videos/{task_id}/contentProxy Video Content

How is this guide?

Last updated on