seedance-2-0-fast-260128 API Usage Guide
Overview
seedance-2-0-fast-260128 is the next-generation video generation model supporting text, first/last frame images, reference images, reference videos, reference audios.Authentication
All API requests require authentication using an API key. Include it in theAuthorization header:
Submit Video Generation Request
Base URL
Endpoint
Request Format
Request Parameters
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
prompt | string | Yes | Text description of the video | "" | Required |
duration | integer | No | Duration in seconds | 5 | 4–15 |
resolution | enum | No | Output resolution | "720p" | "480p", "720p", "1080p" |
ratio | enum | No | Aspect ratio | "16:9" | "16:9", "4:3", "1:1", "3:4", "9:16", "21:9", "adaptive" |
seed | integer | No | Random seed for reproducibility | null | 0–4294967295 |
watermark | boolean | No | Whether to embed a watermark | false | true / false |
generate_audio | boolean | No | Whether to synthesize audio | true | true / false |
web_search | boolean | No | Whether to enable web search grounding | false | true / false |
first_frame | image | No | First frame image for I2V | "" | Publicly accessible URL |
last_frame | image | No | Last frame image for I2V | "" | Publicly accessible URL |
reference_images | array | No | Reference images (URLs) | [] | Array of publicly accessible URLs |
reference_videos | array | No | Reference videos (URLs) | [] | Array of publicly accessible URLs |
reference_audios | array | No | Reference audio files (URLs) | [] | Array of publicly accessible URLs |
reference_asset_ids | array | No | Pre-uploaded asset IDs | [] | Array of asset ID strings |
Response
Check Request Status
Endpoint
Example
Response
Request Status Values
| Status | Description |
|---|---|
queued | Request is waiting to be processed |
processing | Video generation is in progress |
success | Video generation completed successfully |
failed | Video generation failed |
cancelled | Request was cancelled |
List Your Requests
Endpoint
Get Model Information
Endpoint
Tips for Better Results
- Detailed Prompts: More descriptive text yields better visuals
- Use First/Last Frame: Anchor the start and end for tighter I2V consistency
- Adaptive Ratio: Use
adaptiveto let the model choose the best ratio for your content - Seeds for Control: Use a fixed seed for reproducible outputs
- Audio Sync: Enable
generate_audiofor immersive, sound-matched videos - Extended Duration: Take advantage of up to 15 seconds for complex scenes