Skip to content
Docs menu

Video models

Seedance 2.0

On this page

Seedance 2.0 — high-quality AI video generation.

modelIdbytedance-seedance-2
Modalityvideo
PricingSee this model on the Pricing page for the current per-call price (with your markup).

Operations

OperationEndpointDescription
Text to videoPOST /api/v1/generateBase generation from a text prompt.
Image to videoPOST /api/v1/generateCondition on a reference image — upload it via /api/v1/files/upload and pass the URL.
Poll taskGET /api/v1/task/{id}?model=bytedance-seedance-2Retrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
first_frame_urlimageoptional
last_frame_urlimageoptional
prompttextareaoptionalEnter your text here...
reference_image_urlsimageoptionalDrag and drop or click to upload your image
reference_video_urlsimageoptionalDrag and drop or click to upload your video
reference_audio_urlsimageoptionalDrag and drop or click to upload your audio
generate_audioselectoptionalfalse, true
resolutionselectoptional480p, 720p, 1080p, 4k
aspect_ratioselectoptional16:9, 4:3, 1:1, 3:4, 9:16, 21:9
durationnumberoptional
web_searchselectoptionalfalse, true
nsfw_checkerselectoptionalfalse, true

Example request

bash
curl -X POST https://you.bot/api/v1/generate \
  -H "Authorization: Bearer $YOUBOT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"modelId":"bytedance-seedance-2","input":{"prompt":"Slow cinematic push-in, gentle ambient motion, soft light shifting across the frame, subtle parallax and quiet, atmospheric depth.","generate_audio":"true","resolution":"720p","aspect_ratio":"16:9","duration":15,"web_search":"false","nsfw_checker":"true"}}'