API Documentation

Choose the API version that matches your integration. v1 remains unchanged for existing customers.

Requests hit the Seedance API edge routers, then are processed by our relay layer and forwarded to the backend. Video generation for API v2 is handled by dedicated infrastructure and returned through the same path.

Server API Routers

seedanceapi.org
├── V1
│   ├── POST /v1/generate
│   └── GET  /v1/status
└── V2
    ├── POST /v2/generate
    └── GET  /v2/status

Credits are priced in platform credits; see each guide for per-second tables.