doubao-seedance-1-5-pro
Doubao SeeDance 1.5 Pro Video Generation
Generate videos using ByteDance Doubao SeeDance 1.5 Pro model
POST
Documentation Index
Fetch the complete documentation index at: https://docs.toapis.com/llms.txt
Use this file to discover all available pages before exploring further.
- ByteDance Doubao video generation model 1.5 Pro version
- Supports text-to-video generation
- Supports first frame / last frame control
- Does not support reference image mode
- Supports audio generation (1.5 Pro exclusive feature)
- Async task management, query results by task ID
Authorizations
All endpoints require Bearer Token authenticationGet your API Key from the API Key Management PageAdd to request header:
Body
Video generation model nameAvailable models:
doubao-seedance-1-5-pro- 1.5 Pro version, supports audio generation and first/last frame control
Video content descriptionDescribe scenes, actions, and style in detail for better generation resultsExample:
"Sunset at the beach, golden sunlight on the sea, waves gently hitting the sand"Video duration (seconds)Supported range:
4 ~ 12 secondsDefault: 5Video aspect ratioOptions:
16:9- Landscape9:16- Portrait1:1- Square4:3- Traditional ratio3:4- Vertical traditional ratio21:9- Ultra-wide
16:9Resolution and Aspect Ratio Combinations
| Resolution | Supported Aspect Ratios | Notes |
|---|---|---|
| 480p | 16:9, 4:3, 1:1, 3:4, 9:16, 21:9 | All supported |
| 720p | 16:9, 4:3, 1:1, 3:4, 9:16, 21:9 | All supported (default) |
| 1080p | 16:9, 4:3, 1:1, 3:4, 9:16, 21:9 | All supported |
Compatibility image URL array for first/last-frame image-to-video generationCompatibility rules:
- 1 image: treated as
first_frame - 2 images: treated as
first_frameandlast_frame - More than 2 images: only the first two are used
image_with_roles to explicitly specify first and last framesExample: ["https://example.com/first.png", "https://example.com/last.png"]image_urls and image_with_roles cannot be used togetherImage array with roles for explicit first/last-frame controlExample:
Extended parameters
Differences from 1.0
| Feature | 1.0 fast/quality | 1.5 Pro |
|---|---|---|
| Default resolution | 1080p | 720p |
| Supported resolutions | 480p/720p/1080p | 480p/720p/1080p |
| Duration range | 2-12s | 4-12s |
| Audio generation | Not supported | Supported |
| Image control mode | reference single reference image | first_frame / last_frame frame mode |
Response
Unique task identifier for status queries
Object type, always
generation.taskModel name used
Task status
queued- Queued for processingin_progress- Processingcompleted- Successfully completedfailed- Failed
Task progress percentage (0-100)
Task creation timestamp (Unix timestamp)
Task metadata