Skip to main content
After creating a Seedance 2.0 video generation task, use this endpoint to poll the task status and retrieve the result when complete.

Endpoint

Quick Example

Task Status

Video generation takes approximately 1–5 minutes. result_url is valid for 24 hours — download or save immediately.

Top-Level Response Fields

data.data — Raw Upstream Output

Success Response (Normal Task)

Success Response (Super-Resolution Task)

Super-resolution models (e.g. seedance-turbo) use a two-stage pipeline: upstream low-resolution generation + MediaKit super-resolution enhancement. Compared to normal tasks, these additional fields are returned:
Note that data.resolution = "480p" is the raw upstream value (the system downscales the user-requested 720p to 480p when sending to upstream to save costs); data.super_resolution = "720p" is the final resolution perceived by the user.

Failure Response

The platform automatically refunds the pre-deducted quota — no action required from the caller.

API Reference

View the interactive API Playground for Seedance 2.0 Task Query.