SeedanceAPISeedanceAPI

SeedDance 2.5 & Seedream 5.0

The API for SeedDance 2.5 & Seedream 5.0

Generate cinematic video and images with a simple REST API. Pay as you go, connect agents via MCP, and ship faster.

25

Video

9

Image

10

Families

Quick start

curl -X POST https://api.seedanceapi.us/v1/videos \
  -H "Authorization: Bearer ak_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance-2.5/text-to-video",
    "prompt": "Cinematic drone shot over misty mountains at dawn",
    "aspect_ratio": "16:9",
    "resolution": "720p",
    "duration": 5
  }'

Full guide in the docs