AigenwayDocumentation

Bytedance Seedance / Seedance 1.0 Lite (I2V) / Image to video

seedance/doubao-seedance-1-0-lite-i2v-250428/image_to_video
Async

Animate a static image into a short video (Seedance Doubao).

Parameters

NameTypeRequiredDescriptionAllowed valuesBundle dim.
modestringnoInternal task-type marker (matches the method code).text_to_video, image_to_video
imagestring
yes
Source image URL (https://) or data: URI.
promptstringnoText prompt describing the desired output.
resolutionstringnoOutput resolution tier. Lite SKUs cap at 720p; Pro supports 1080p.480p, 720p, 1080p
aspect_ratiostringnoOutput aspect ratio (passed inline to Seedance as a --ratio switch).16:9, 9:16, 1:1, 4:3, 3:4, 21:9, 9:21
callback_urlstringnoWebhook URL invoked when async task completes.
duration_secondsintegernoVideo duration in seconds. PER_SECOND pricing — duration is not part of the bundle key.5, 10

Example request

{
  "provider": "seedance",
  "model": "doubao-seedance-1-0-lite-i2v-250428",
  "method": "image_to_video",
  "params": {
    "image": "https://example.com/first-frame.jpg",
    "prompt": "Camera slowly zooms in, subtle ambient motion, broadcast aesthetics",
    "resolution": "1080p",
    "aspect_ratio": "16:9",
    "duration_seconds": 5
  }
}

Example response

null
Pricing: see your dashboard (auth required).