v12

OpenAPI 3.1.02026-08-031000506.8 KB
Video

Seedance 2.0*

Flagship video model with native audio, references, and frame animation. Default choice for most video generations — quality is head and shoulders above other models. Reach for this first unless the user asks for a specific model or cost is the priority.

  • This API endpoint includes additional Krea functionality beyond the base Seedance 2 model, including prompt enhancement and upscaling support.
post/generate/video/bytedance/seedance-2

Headers

X-Webhook-URLstring uri

URL to receive a POST request when the job completes. The webhook will receive the job data including results.

Request body

promptstring required
start_imagestring uri nullable

Can be an external URL, base64 data URI, or uploaded asset URL.

aspect_ratio'16:9' | '4:3' | '1:1' | '3:4' | '9:16' | '21:9'
end_imagestring uri nullable

Can be an external URL, base64 data URI, or uploaded asset URL.

reference_imagesstring[]
reference_videosstring[]
reference_audiosstring[]
durationnumber
generate_audioboolean
resolution'480p' | '720p' | '1080p' | '4k'
seedinteger
upscaleboolean

When true, upscales the completed Seedance 2 video to produce an output up to 8K.

enhance_promptboolean

When true, rewrites the prompt for Seedance 2 using Krea prompt enhancement before video generation.

Response

The resulting job data. This will be returned in a pending state until the job is completed. See /jobs/{id} for retrieving the results.

job_idstring uuid required
status'backlogged' | 'queued' | 'scheduled' | 'processing' | 'sampling' | 'intermediate-complete' | 'completed' | 'failed' | 'cancelled' required
created_atstring date-time required
{"stackTrail":"paths:/generate/video/bytedance/seedance-2:post:responses:200:content:application/json:schema:properties:completed_at","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/generate/video/bytedance/seedance-2:post:responses:200:content:application/json:schema:properties:result","oasType":"schema","type":"unknown"}