CQTAI
Seedance 2 · Video

Seedance 2 · Introduction

ByteDance Doubao Seedance 2.0 video model: text-to-video and image-to-video (optional audio). Returns a taskId; poll for the result.

How to call

  1. Submit: POST /api/cqt/generator/seedance2, returns a taskId.
  2. Query: GET /api/cqt/info/seedance2?id=taskId, poll until status = succeeded.

Capability map

Guides

Size / Resolution

This channel supports 480p / 720p only; 1080p auto-downgrades to 720p and 4k is unavailable. Use ratio OR size — when passing size, use the pixel values below.

ResolutionAspect ratioPixels (size)
480p21:9992x432
480p16:9864x496
480p4:3752x560
480p1:1640x640
480p3:4560x752
480p9:16496x864
720p21:91470x630
720p16:91280x720
720p4:31112x834
720p1:1960x960
720p3:4834x1112
720p9:16720x1280

Common Errors

CodemsgMeaningHow to fix
400prompt is requiredText-to-video is missing promptAdd prompt; for image-to-video drive it with imageUrls / firstFrameUrl
400invalid secondsseconds out of range (must be 4-15)Set seconds within 4-15
500content moderated (nsfw)Content flagged by moderationModify the prompt / replace reference images and retry
500generation_failedGeneration failed; data.errorMsg has detailsAdjust based on the error and retry; contact support if it persists

Errors are returned as a bizCode, e.g. bizCode=451, msg=prompt_unsafe.

Tip: after saving your API Key via Authorize, every capability page supports "Try it".