Skip to content
Docs menu

Video models

Seedance 1.5 Pro

On this page

Seedance 1.5 Pro — high-quality AI video generation.

modelIdbytedance-seedance-1-5-pro
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-1-5-proRetrieve state and result URLs.

Input parameters

FieldTypeRequiredValues / example
prompttextarearequiredEnter your text here...
input_urlsimageoptionalDrag and drop or click to upload your image
aspect_ratioselectrequired1:1, 21:9, 4:3, 3:4, 16:9, 9:16
resolutionselectoptional480p, 720p, 1080p
durationnumberrequired
fixed_lensselectoptionalfalse, true
generate_audioselectoptionalfalse, 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-1-5-pro","input":{"prompt":"Animate the still: dumplings sizzle and blister in a cast-iron pan as a lid lifts and steam billows upward, the camera pushing in slowly on the crisping golden edges. Audio: gentle sizzle, soft steam hiss.","aspect_ratio":"16:9","resolution":"720p","duration":8,"fixed_lens":"false","generate_audio":"false","nsfw_checker":"true"}}'