Seedance API (1.0 Pro Fast)
Accelerate your creative workflow with the Seedance API. Deliver cinematic motion and 1080p quality at 3x the speed of standard Pro models. Perfect for developers building scalable text-to-video and image-to-video applications.
A cat wandering through the city and then going back to sleep
No sample available
Upload 1 image (max 10MB)
Click to upload or drag and drop
Supported formats: JPG, JPEG, PNG, WEBP
Maximum file size: 10MB; Maximum files: 1
Click Generate to see preview
History
Max 20 items0 running · 0 completed
Pricing
Seedance API: High-Speed, Cinematic Video Integration
Deploy production-ready AI video generation. The Seedance API supports up to 1080p resolution at 24 fps, advanced prompt adherence, and stable multi-shot camera controls for automated ad and content creation.

What can you build with the Seedance API?
Automated Story Generation
Use the Seedance API to programmatically generate 5–10s cinematic sequences. Control camera movement and scene transitions via code for consistent storytelling.

Dynamic Image-to-Video Assets
Transform static images into engaging video clips using the I2V endpoint. Maintain character identity and visual style from the first frame automatically.

High-Volume Ad Variation
Leverage the Seedance API for rapid A/B testing. Generate multiple creative variants in parallel without infrastructure bottlenecks.

Why developers choose the Seedance API
Designed for engineering teams requiring reliable 1080p output, low latency, and seamless integration into existing content pipelines.
Efficiency Meets Quality
The Seedance API balances speed and fidelity, allowing you to generate 2–12s HD clips in seconds. It bridges the gap between lightweight draft models and slow, expensive pro models.
Native Aspect Ratio Support
Define output dimensions programmatically. The API supports 16:9, 1:1, 9:16, and custom ratios, ensuring content is platform-ready for TikTok, Reels, or YouTube without post-processing.
Scalable Infrastructure
Built on EvoLink's robust architecture, the Seedance API offers operational headroom with ~600 RPM per account, ensuring your batch jobs run smoothly without throttling.
How to integrate the Seedance API
Go from zero to generated video in three simple API calls using the EvoLink unified SDK.
Step 1 — Configure API Endpoint
Select the text-to-video or image-to-video endpoint. Define your video duration (2–12s) and aspect ratio parameters in the request header.
Step 2 — Send Generation Payload
Submit your prompt with specific camera instructions. For I2V, pass your reference image URL to the Seedance API to ensure visual continuity.
Step 3 — Retrieve & Scale
Receive the generated 1080p video URL via webhook or polling. Iterate programmatically to refine motion or scale up production batches.
Seedance API Capabilities
Technical specifications for enterprise video integration
Dual Mode API
Unified endpoints for both Text-to-Video and Image-to-Video generation.
HD Output Standard
Delivers 1080p resolution at 24 fps for professional-grade smoothness.
Programmatic Camera Control
Control camera moves (pan/zoom) via API parameters for precise direction.
Accelerated Inference
Seedance API (Fast) renders ~3x quicker than the standard Pro model.
Multi-Format Export
Generate native 9:16, 16:9, or 1:1 videos directly from the model.
Enterprise Throughput
Support for ~600 RPM and ~10 concurrent tasks specifically for API users.
Seedance API vs. Other Video Models
Choosing the right API for your application
| Model | Duration | Resolution | Price | Strength |
|---|---|---|---|---|
| Seedance API (1.0 Pro Fast) | 2–12s | Up to 1080p | ~60% lower cost; Token-based | Balanced speed & quality, API camera control, high concurrency for apps. |
| Seedance 1.0 Pro API | 2–12s | Up to 1080p | Standard Enterprise Rate | Maximum visual fidelity for hero assets; slower inference time. |
| VEO 3.1 Fast API | 4/6/8s | 720p/1080p | ~$0.15/sec (EvoLink) | Good for specific short-form hooks; slightly different motion style. |
Seedance API Frequently Asked Questions
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/videos/generationsCreate Video
Seedance 1.0 Pro Fast (doubao-seedance-1.0-pro-fast) model supports multiple generation modes including text-to-video and image-to-video.
Asynchronous processing mode, use the returned task ID to .
Generated video links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: doubao-seedance-1.0-pro-fastVideo generation model name.
doubao-seedance-1.0-pro-fastpromptstringRequiredPrompt describing what kind of video to generate.
Notes
- Limited to 2000 tokens
A cat playing pianodurationintegerOptionalDefault: 5Specifies the duration of the generated video (in seconds).
| Value | Description |
|---|---|
| 2-12 | Any integer value between 2 and 12 seconds |
Notes
- Billing is based on duration; longer durations result in higher costs
5qualitystringOptionalDefault: 1080pVideo resolution.
| Value | Description |
|---|---|
| 480p | Lower resolution, lower pricing |
| 720p | Standard definition, standard pricing |
| 1080p | High definition, higher pricing (default) |
1080paspect_ratiostringOptionalDefault: 16:9Video aspect ratio.
| Value | Description |
|---|---|
| 16:9 | Landscape video |
| 9:16 | Portrait video |
| 1:1 | Square video |
| 4:3 | Standard video |
| 3:4 | Portrait standard |
| 21:9 | Ultra-wide video |
Notes
- Image-to-video mode also supports 'keep_ratio' and 'adaptive'
'16:9'image_urlsarrayOptionalReference image URL list for image-to-video feature.
Notes
- 1 image per request for image-to-video
- Max size: 10MB per image
- Formats: .jpg, .jpeg, .png, .webp
- URLs must be directly viewable by the server
http://example.com/image1.jpgcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/video-task-completed