Build production video workflows with Seedance 2.0.
Seedance 2.0 is ByteDance's next-generation video creation model for cinematic motion, multimodal references, controllable generation, and audio-video workflows. Prism wraps it in the production layer developers need: tasks, polling, webhooks, hosted MP4 outputs, and billing visibility.
The global AI video moment needs an API layer.
Seedance 2.0 is drawing attention for complex motion, physical realism, camera control, and multimodal creative references. Prism helps teams move from experimenting with the model to shipping product workflows around it.
Cinematic motion and prompt-guided camera language
Text-to-video and image-to-video workflows
Reference-guided generation with multimodal creative inputs
Fast iteration with seedance-2-0-fast and higher-quality paths with seedance-2-0
From model access to dependable video workflow.
Submit jobs from your product, track them in your console, and return hosted outputs to users without building task infrastructure from scratch.
- Submit async video tasks through POST /v1/video/tasks
- Poll, list, or cancel tasks from your app
- Receive webhook callbacks when generation finishes
- Serve completed MP4 outputs from Prism-hosted URLs
- Track cost by model, duration, resolution, project, and organization
curl https://api.prismgateway.io/v1/video/tasks \
-H "Authorization: Bearer $PRISM_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2-0-fast",
"content": [
{
"type": "text",
"text": "Cinematic product reveal, slow dolly shot, studio lighting"
}
],
"ratio": "16:9",
"resolution": "720p",
"duration": 5,
"webhook_url": "https://your-app.com/prism-callback"
}'
curl https://api.prismgateway.io/v1/video/tasks/vid_01HXYZ \
-H "Authorization: Bearer $PRISM_API_KEY" Where Seedance 2.0 fits.
Price video by model, duration, and resolution.
Premium quality path
Balanced quality and cost
Fast iteration path
Lower-cost previews
Final launch pricing may vary with BytePlus partner terms and custom enterprise agreements.