Video ModelsSeedance
Seedance 2.0 Fast Image to Video
Get API Keyseedance-2.0-fast-image-to-video
Seedance 2.0 Fast Image to Video API Documentation
Generate video content using the
seedance-2.0-fast-image-to-videomodel
Overview
This document describes how to use the seedance-2.0-fast-image-to-video model for fast image-to-video generation.
Authentication
All API requests require a Bearer Token in the request header:
Authorization: Bearer YOUR_API_KEYGet API Key:
- Open the API Keys page
- Click
Create API Key
1. Create Generation Task
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Public model ID. Must be exactly seedance-2.0-fast-image-to-video |
input | object | Yes | Input parameters object |
input Object Parameters
prompt(string, required): describes how the source image should animateimage_urls(string[], required): at least one source image URLaspect_ratio/ratio(string, optional): output video ratioresolution(string, optional):480p,720p,1080pduration(number, optional): output duration in secondsgenerate_audio(boolean, optional): whether to generate audioweb_search(boolean, optional): whether to enable web searchnsfw_checker(boolean, optional): defaults tofalse; whenfalse, platform-side content filtering is disabled and the model result is returned directly
Credit Consumption
The current public credit rule for seedance-2.0-fast-image-to-video is:
| Resolution | Credits per second |
|---|---|
480p | 10 |
720p | 20 |
1080p | 40 |
Request Example
{
"model": "seedance-2.0-fast-image-to-video",
"input": {
"prompt": "Animate the portrait with subtle hair motion and a slow cinematic push-in",
"image_urls": ["https://cdn.example.com/input.png"],
"resolution": "720p",
"duration": 5,
"nsfw_checker": false
}
}Notes
- The first source image is used as the primary reference frame
- Fast variants are priced separately from the standard Seedance 2.0 variants