Seedance 2.0 API
Cinematic AI video generation on Hypereal AI.
ByteDance's cinematic AI video generator — text-to-video, image-to-video, fast & standard modes, and director-level control. One API call, no infrastructure.
See what you can create
Virtual try-on video
“AI fashion try-on with realistic garment draping and movement”
Talking avatar
“Digital human with voice cloning delivering a natural presentation”

Product reveal
“Sleek smartphone rotating on marble surface with studio lighting”

Character animation
“Portrait of artist painting on canvas, soft natural lighting, warm tones”
Video API pricing comparison
Hypereal AI vs going direct to providers
Integrate in minutes
Standard REST API that works with any language. One API key gives you access to all models.
- Single endpoint for all models
- Bearer token authentication
- JSON request & response
- Webhook callbacks for async jobs
- Python & Node.js SDK available
# Seedance 2.0 Turbo — text-to-video with up to 4 reference images
curl -X POST https://api.hypereal.cloud/v1/videos/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-0-turbo-t2v",
"input": {
"prompt": "@subject walks through a neon-lit Tokyo alley, cinematic handheld",
"reference_images": [
"https://your-cdn.com/subject.jpg",
"https://your-cdn.com/style-ref.jpg"
],
"duration": 5,
"resolution": "720p",
"aspect_ratio": "16:9"
}
}'Why Seedance 2.0
Text & Image to Video
Generate cinematic video from text prompts or reference images. Both T2V and I2V modes with consistent quality.
Fast & Standard Modes
Choose fast mode for rapid iterations ($0.53/vid) or standard mode for maximum quality ($1.00/vid).
Simple REST API
One POST request to generate video. No GPU setup, no queue management, no infrastructure to maintain.
Which credits get consumed?
One API key works for both. Routing is decided by the model you call, not by the key.
Claude Opus 4.7, Sonnet 4.6, GPT-5.5, Gemini 3.5 Thinking, and Gemini 3.5 Fast drain Coding Credits first, then spill to General Credits if Coding Credits run out.
Image, video, audio, 3D, and all other LLMs drain General Credits only. Coding Credits stay reserved for coding workloads.
Frequently asked questions
What video formats does Seedance 2.0 output?
Seedance 2.0 outputs MP4 video files with H.264 encoding. Videos are typically 5 seconds at 1080p resolution. The output URL is returned in the API response.
What is the difference between fast and standard mode?
Fast mode generates video in under 20 seconds at $0.53/vid, ideal for rapid iteration and previews. Standard mode takes slightly longer but produces higher quality output at $1.00/vid.
Can I use a reference image to guide the video?
Yes. Use the image-to-video (I2V) endpoints. Pass an image URL along with your prompt to guide the video generation. Available in both fast and standard modes.
Is there a free trial?
Yes. Sign up and receive free credits to test Seedance 2.0 and all other models. No credit card required to get started.
How does billing work?
You pay per video using credits. 100 credits = $1. Buy credits as you go from $19.99, or subscribe for monthly credit allowances with volume discounts.
Generate your first video in 2 minutes
Sign up, get free credits, and call the Seedance API. No credit card required.

