Models/ByteDance/Seedance API
LiveByteDance · Seedance family7 endpoints

Seedance API — Lite & Pro Text-to-Video and Image-to-Video

The Seedance API hub brings ByteDance's live Lite, Pro, Reference, and Fast video endpoints together in one Muapi catalog. Generate clips from text, animate images, or blend multiple references without integrating another provider.

Seedance ProHigh-fidelity text and image video generation2 models
Text to VideoLiveFeatured
Pro

Seedance Pro Text to Video

Generate high-fidelity short video clips from detailed prompts with smooth camera motion and realistic scene dynamics.

480p–1080p
$0.18/request
Try Model
Image to VideoLive
Pro

Seedance Pro Image to Video

Animate a still image into a cinematic clip while preserving important visual details and following a motion prompt.

480p–1080p
$0.18/request
Try Model
Seedance Pro FastLower-cost, rapid iteration2 models
Text to VideoLive
Pro Fast

Seedance Pro Fast Text to Video

Create prompt-driven video previews quickly with Seedance Pro Fast and configurable resolution, duration, and camera behavior.

480p–1080pFast
$0.06/request
Try Model
Image to VideoLive
Pro Fast

Seedance Pro Fast Image to Video

Turn a reference image into a short, prompt-directed video when rapid iteration matters more than the standard Pro queue.

480p–1080pFast
$0.06/request
Try Model
Seedance LiteEfficient previews and reference video3 models
Text to VideoLive
Lite

Seedance Lite Text to Video

Generate lightweight video previews from text at an accessible per-generation price for prototypes and high-volume drafts.

480p–1080p
$0.10/request
Try Model
Image to VideoLive
Lite

Seedance Lite Image to Video

Add basic, efficient motion to a still image for social clips, demos, and fast visual prototyping.

480p–1080p
$0.10/request
Try Model
Image to VideoLive
Lite

Seedance Lite Reference to Video

Blend up to four reference images with a prompt to create a cohesive video sequence at 480p or 720p.

480p–720p
$0.10/request
Try Model

What is the Seedance API?

Seedance is ByteDance's text-to-video and image-to-video family for short, prompt-directed clips. Muapi exposes the current Lite and Pro variants through the same asynchronous submit-and-poll workflow.

Choose Pro for higher-fidelity scenes, Pro Fast for faster and lower-cost iteration, or Lite for lightweight previews. The standard endpoints support 480p, 720p, and 1080p output; Lite Reference to Video accepts up to four reference images and supports 480p or 720p.

Seedance API capabilities

Text-to-video

Turn a detailed prompt into a short video with Seedance Lite, Pro, or Pro Fast.

Image-to-video

Animate a still image with a motion prompt while preserving important visual details.

Reference-guided video

Blend up to four reference images into a cohesive Lite video sequence.

Quality and speed choices

Compare standard Pro quality, Pro Fast iteration, and Lite pricing in one catalog.

Quick start — Seedance API code examples

Submit a Seedance video task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the completed video URL.

1. Submit a Seedance job

curl -X POST https://api.muapi.ai/api/v1/seedance-pro-t2v \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A cyclist crosses a rain-slick city street at blue hour","resolution":"1080p","duration":5,"aspect_ratio":"16:9","camera_fixed":false}'

# Response: {"request_id":"REQUEST_ID"}

The example uses Seedance Pro text-to-video. Switch the endpoint slug for Lite, image-to-video, reference, or Fast workflows.

2. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Poll until the task is completed, then read the generated video URL from the result response.

Seedance API FAQ

Which Seedance endpoints are available?

Muapi lists seven live endpoints: Lite text-to-video, Lite image-to-video, Lite reference-to-video, Pro text-to-video, Pro image-to-video, and Fast Pro text-to-video and image-to-video.

What is the difference between Seedance Lite and Pro?

Lite is intended for efficient previews and rapid drafts, while Pro is the higher-fidelity choice for cinematic scenes and detailed motion. Pro Fast provides a lower-cost fast iteration path.

Can Seedance generate video from an image?

Yes. Use the image-to-video endpoints with an image URL and motion prompt. Lite Reference to Video additionally accepts up to four reference images.

How much does the Seedance API cost?

Listed prices are $0.10 per generation for Lite, $0.18 for standard Pro, and $0.06 for Pro Fast. The exact charge and any model-specific billing details are returned with the completed task.

What resolution does Seedance support?

The standard Lite, Pro, and Pro Fast endpoints support 480p, 720p, and 1080p. Lite Reference to Video supports 480p and 720p.

Build with Seedance

Connect ByteDance Seedance Lite and Pro video generation through one Muapi API key.