Seedance 1.0 Pro Fast API for High-Speed 1080p Video
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
Seedance 1.0 Pro Fast API: Cinematic 1080p Video at Speed
Build production video flows with Seedance 1.0 Pro Fast API for text-to-video and image-to-video. Generate 2-12 second MP4 clips at up to 1080p and 24 fps, choose multiple aspect ratios, and ship fast creative iterations through EvoLink.

Pricing
| Model | Mode | Quality | Price |
|---|---|---|---|
| SeeDance 1 Pro Fast | Video Generation (Fast) | 480p | $0.0084/ second(0.60147 Credits) |
| SeeDance 1 Pro Fast | Video Generation (Fast) | 720p | Popular $0.0186/ second(1.3366 Credits) |
| SeeDance 1 Pro Fast | Video Generation (Fast) | 1080p | $0.0408/ second(2.94052 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
Seedance API: Fast 1080p AI Video Generation
Short-form ads and storyboards
Use the Seedance 1.0 Pro Fast API to draft short cinematic ads from a single prompt, then iterate variations for different markets. Teams can generate 2-12 second MP4 clips, keep 24 fps motion, and test hooks quickly without editing software.

Commerce and catalog motion
Turn product images into moving scenes with the Seedance 1.0 Pro Fast API while keeping brand framing consistent. Create vertical, square, or widescreen assets for storefronts and social feeds, then reuse the same prompts to keep style aligned across a catalog.

Creator and UGC tools
Embed the Seedance 1.0 Pro Fast API into creator dashboards so users can produce draft videos in minutes. The fast turnaround lets creators explore story ideas, select a best take, and generate multiple variations without leaving your product.

Why teams choose the Seedance 1.0 Pro Fast API
Seedance 1.0 Pro Fast API trades peak quality for faster, more affordable output while keeping 1080p options.
Speed without sacrificing clarity
3x faster generation with 1080p options.
Flexible output for every channel
Multiple aspect ratios and MP4 output simplify cross-platform delivery.
Cost-aware production
Lower listed cost helps teams forecast spend with token pricing.
Explore Seedance 2.0 API for cinematic quality →
How to integrate the Seedance 1.0 Pro Fast API
Connect once through EvoLink and call the Seedance 1.0 Pro Fast API for text-to-video or image-to-video in three simple steps.
Step 1 — Choose endpoint and output
Select text-to-video or image-to-video, then set resolution, duration, and aspect ratio for delivery.
Step 2 — Send prompt or image
Provide a clear prompt or reference image so the model follows your scene intent and style.
Step 3 — Retrieve and scale
Fetch the MP4 result, then batch jobs safely while monitoring usage limits in your console.
Seedance 1.0 Pro Fast API capabilities
Specs and benefits developers care about
Text and image inputs
The Seedance 1.0 Pro Fast API accepts text prompts or images as inputs and outputs video, so you can start from an idea or a first frame in the same workflow.
480p to 1080p output
Supports 480p, 720p, and 1080p resolutions, letting you pick draft speed or final clarity for delivery. This range helps teams balance bandwidth, cost, and quality across previews and exports.
24 fps cinematic motion
Targets 24 fps playback, giving clips a film-like cadence that feels smooth for short-form content, ad previews, and early storyboards.
2-12 second MP4 clips
Outputs 2-12 second durations and MP4 format, which fits social posts, storyboard drafts, and ad testing without extra transcoding in your pipeline.
Faster and lower listed cost
Seedance 1.0 Pro Fast is positioned as 3x faster and 72% lower cost than Seedance 1.0 Pro, making it practical for iteration-heavy teams that need speed and control.
Multiple aspect ratios
BytePlus highlights support for multiple aspect ratios and configurable motion styles, so you can align output with vertical, square, or widescreen placements across channels without re-editing.
Seedance 1.0 Pro Fast API FAQs
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:9image_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