Seedance 2.0 Mini Image to Video
/v1/runSeedance 2.0 Mini by ByteDance - animate still images into dynamic videos with AI. Transform photos into cinematic clips with natural motion, camera movement, and optional audio generation.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to bytedance/seedance/2.0/mini/image-to-video.
Default: bytedance/seedance/2.0/mini/image-to-video
The text prompt describing the desired motion and action for the video.
The URL of the starting frame image to animate. Supported formats: JPEG, PNG, WebP. Max 30 MB.
The URL of the image to use as the last frame of the video. When provided, the generated video will transition from the starting image to this ending image. Supported formats: JPEG, PNG, WebP. Max 30 MB.
Video resolution - 480p for faster generation, 720p for balance.
Allowed values: 480p, 720p
Default: 720p
Duration of the video in seconds. Supports 4 to 15 seconds, or auto to let the model decide based on the prompt.
Allowed values: 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
Default: auto
Whether to generate synchronized audio for the video, including sound effects, ambient sounds, and lip-synced speech. The cost of video generation is the same regardless of whether audio is generated or not.
Default: true
The unique user ID of the end user.
The aspect ratio of the generated image.
Allowed values: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16
Response Schema
The 202 submit response is pending or running and contains only id, status, and model. Poll GET /v1/run/{id} for the same public status envelope.
Opaque SandBase run identifier. Use it exactly as returned; no prefix is guaranteed.
Current public run status.
Allowed values: pending, running, completed, failed, timeout
Public SandBase model name used for this run.
Present only for completed runs. Each object is capability-specific; inspect the selected model schema for its fields.
Present only for failed or timeout runs. Contains a public error type and sanitized message.
Stable public error category.
Sanitized error message safe to show to clients.
Usage details when available.
Model capabilities
Capabilities declared by the model registry.
Default: image-to-video
Execution mode declared by the model registry.
Default: async