Seedance Pro Text to Video
Generate high-fidelity short video clips from detailed prompts with smooth camera motion and realistic scene dynamics.
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.
Generate high-fidelity short video clips from detailed prompts with smooth camera motion and realistic scene dynamics.
Animate a still image into a cinematic clip while preserving important visual details and following a motion prompt.
Create prompt-driven video previews quickly with Seedance Pro Fast and configurable resolution, duration, and camera behavior.
Turn a reference image into a short, prompt-directed video when rapid iteration matters more than the standard Pro queue.
Generate lightweight video previews from text at an accessible per-generation price for prototypes and high-volume drafts.
Add basic, efficient motion to a still image for social clips, demos, and fast visual prototyping.
Blend up to four reference images with a prompt to create a cohesive video sequence at 480p or 720p.
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.
Turn a detailed prompt into a short video with Seedance Lite, Pro, or Pro Fast.
Animate a still image with a motion prompt while preserving important visual details.
Blend up to four reference images into a cohesive Lite video sequence.
Compare standard Pro quality, Pro Fast iteration, and Lite pricing in one catalog.
Submit a Seedance video task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the completed video URL.
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.
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.
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.
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.
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.
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.
The standard Lite, Pro, and Pro Fast endpoints support 480p, 720p, and 1080p. Lite Reference to Video supports 480p and 720p.
Connect ByteDance Seedance Lite and Pro video generation through one Muapi API key.