Skip to content
Docs menu

Video models

Seedance 2.0 Mini

On this page

Seedance 2.0 Mini — high-quality AI video generation.

modelIdbytedance-seedance-2-mini
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-2-miniRetrieve 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
aspect_ratioselectoptional16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive
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-mini","input":{"prompt":"Animate from the first frame: the drummer's sticks blur into a fast roll across the kit, cymbals trembling and catching the stage light, the camera pushing in tight as the tempo builds.","generate_audio":"true","resolution":"720p","aspect_ratio":"16:9","duration":15,"web_search":"false","nsfw_checker":"true"}}'