Seedance
Seedance 2 Video Generation
Text-to-video, first and last frame, and multimodal reference generation with Seedance 2 and Seedance 2 Fast
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vidgo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Seedance 2 Video Generation
Seedance 2 is ByteDance’s multimodal video family for API-based generation. On Vidgo API, you can choose between seedance-2 for higher fidelity and seedance-2-fast for lower-latency generation, while keeping a single submit and status workflow.Available Models
- seedance-2: Higher-quality video generation with multimodal references and native audio support
- seedance-2-fast: Faster generation path with the same submit schema and lower per-second pricing
Supported Workflows
- Text to Video: Generate directly from a prompt
- First and Last Frame: Guide motion between one or two frame anchors via
image_urls - Multimodal Reference: Add reference images, videos, and audio through
reference_image_urls,reference_video_urls, andreference_audio_urls
Input Rules
resolutionsupports480pand720pdurationaccepts integer values from4to15image_urlssupports up to2itemsimage_urlsis mutually exclusive with allreference_*_urlsfieldsaspect_ratiosupports1:1,21:9,4:3,3:4,16:9, and9:16
Seedance 2 vs Seedance 1.5 Pro vs Seedance 1.0 Pro
- Seedance 2 adds multimodal reference image, video, and audio guidance with first and last frame control in one API shape.
- Seedance 1.5 Pro focuses on high-quality text-to-video and image-to-video generation with optional audio but without the same multimodal reference set.
- Seedance 1.0 Pro remains a strong option for earlier Seedance workflows, but Seedance 2 expands creative control and API flexibility for newer production pipelines.
Authorizations
All API endpoints require Bearer Token authentication
Get your API Key:
Visit the API Key Management Page to get your API Key
Add it to the request header:
Authorization: Bearer YOUR_API_KEYBody
application/json
Seedance 2 model identifier
Available options:
seedance-2, seedance-2-fast Input parameters for Seedance 2 generation. image_urls cannot be combined with any reference_*_urls field.
Optional webhook callback URL for result notifications.
Example:
"https://your-domain.com/callback"