Seedance 2.0 Mini API
Complete API reference for Seedance 2.0 Mini video generation models by ByteDance.
Model Variants
This API supports two model variants:
Quick Comparison
Supported Aspect Ratios
21:9, 16:9, 9:16, 1:1, 4:3, 3:4
Resolution Options
Seedance 2.0 Mini Text to Video
Endpoint
POST /api/v1/video/task
Request Parameters
Required
Optional
Example Request
javascript
Seedance 2.0 Mini Image to Video
Request Parameters
Required
Optional
Example Request
javascript
Response Format
Initial Response
All models return a task_id for polling:
json
Polling Response
Poll GET /api/v1/video/{taskId} to check status:
json
Status Values
submitted: Task accepted and waiting to be processedprocessing: Video generation in progresssucceed: Video generation completedfailed: Video generation failed
Processing Time
Typical processing time is 2-6 minutes depending on duration and resolution.
Poll every 5-10 seconds to check status.
Best Practices
- Describe Motion Clearly: Include specific movement descriptions in prompts
- Resolution Selection: Use
480pfor faster processing,720pfor higher quality - Reproducibility: Use the
seedparameter to reproduce specific generations - Audio Enhancement: Keep
soundenabled for more immersive video experiences - Image to Video: Provide a clear first frame via
image_url; useimage_end_urlwhen you need controlled start and end frames