Seedance 1.5 Pro Text to Video
Generate cinematic video from a text prompt with configurable aspect ratio, duration, resolution, audio, and camera behavior.
The Seedance 1.5 Pro API hub brings six live ByteDance endpoints into one Muapi catalog: standard and Fast text-to-video, image-to-video, and video extension. Use one asynchronous API flow while choosing the input type, speed tier, output resolution, and optional generated audio.
Generate cinematic video from a text prompt with configurable aspect ratio, duration, resolution, audio, and camera behavior.
Animate a still image with a motion prompt while preserving the source composition, subject identity, and lighting.
Continue an existing video from a video URL while matching its visual style, motion, lighting, and mood.
Create prompt-driven video drafts with the Fast endpoint for lower-latency iteration at 720p or 1080p.
Turn a reference image into a quick cinematic clip with prompt-directed motion at 720p or 1080p.
Extend an existing video quickly with a short continuation that maintains the original scene’s motion and lighting.
Seedance 1.5 Pro is ByteDance's short-form video family for prompt-driven generation, image animation, and continuation of an existing clip. Muapi exposes six enabled endpoints under the exact model slugs in the catalog, with the same submit-and-poll workflow used across its video APIs.
The standard Pro tier includes text-to-video, image-to-video, and video extend. The Fast tier provides matching generation and extension modes with a separate lower-latency cost strategy. Text-to-video and image-to-video accept six aspect ratios—16:9, 9:16, 1:1, 3:4, 4:3, and 21:9—and all six endpoints support 4–12 second durations.
Pricing is duration- and resolution-based rather than a universal flat request fee. Standard video costs $0.016/sec at 480p, $0.034/sec at 720p, and $0.052/sec at 1080p. Fast costs $0.026/sec at 720p and $0.039/sec at 1080p. Setting generate_audio to true doubles the video charge; the schema defaults make a 5-second, 720p, audio-enabled request $0.34 on standard Pro or $0.26 on Fast.
Turn a detailed prompt into a short video with the standard or Fast text-to-video endpoint.
Animate an image URL with a motion prompt, with an optional last_image input for guided transitions.
Pass video_url to continue an existing clip while matching its style, motion, lighting, and mood.
Choose generated audio, fixed or moving camera behavior, duration, resolution, and aspect ratio where the schema supports each option.
Submit a Seedance 1.5 Pro text-to-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-v1.5-pro-t2v \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A floating observatory drifts above a luminous ocean at night","aspect_ratio":"16:9","duration":5,"resolution":"720p","generate_audio":true,"camera_fixed":false}'
# Response: {"request_id":"REQUEST_ID"}The example uses the standard text-to-video endpoint at 720p for 5 seconds with generated audio. Switch to the image-to-video or video-extend slug and provide the corresponding media field for those 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 six enabled endpoints: standard and Fast text-to-video, image-to-video, and video extend. Use the catalog cards to open the exact playground slug for each mode.
Charges depend on duration and resolution. Standard rates are $0.016/sec at 480p, $0.034/sec at 720p, and $0.052/sec at 1080p. Fast rates are $0.026/sec at 720p and $0.039/sec at 1080p. Generated audio doubles the video charge.
The image-to-video endpoints require prompt and image_url, and also expose optional last_image, aspect_ratio, duration, resolution, generate_audio, and camera_fixed fields.
Call seedance-v1.5-pro-video-extend or seedance-v1.5-pro-video-extend-fast with prompt and video_url. Standard extend supports 480p and 720p; Fast extend supports 720p and 1080p, with 4–12 second durations.
Standard text-to-video and image-to-video support 480p, 720p, and 1080p. Fast generation supports 720p and 1080p. Standard video extend supports 480p and 720p, while Fast extend supports 720p and 1080p. The six aspect-ratio options apply to the text-to-video and image-to-video rows.
Connect standard and Fast text-to-video, image-to-video, and video extension through one Muapi API key.