Seedance 2.0 Image-to-Video
Applicable to the dreamina-seedance-2-0-260128 model. After submitting a task, please query the status via GET /v1/videos/{task_id}.
Authorizations
Pass Authorization: Bearer <token> in the request header.
Body
Video generation model name.
dreamina-seedance-2-0-260128 Multimodal input array. First frame image-to-video must contain inputs with type: "first_frame" and type: "text".
2Video generation duration (seconds) in string format. Supports "-1" (smart selection) or "4" to "15".
4, 5, 6, 7, 8, 9, 10, 11, 12, 15, -1 "5"
Video output resolution specification. Defaults to 720p.
480p, 720p, 1080p Video aspect ratio. First frame image-to-video defaults to adaptive.
16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive Random seed, range [-1, 4294967295].
-1 <= x <= 4294967295Whether to add a watermark.
Whether to generate sound synchronized with the visuals. Supported by the 2.0 series.
Whether to return the last frame image.
Unique identifier for the end user, used for compliance checks. Supported only by the 2.0 series, length not exceeding 64 characters.
Response
Submission successful, returns a video task object.