Seedance 2.0 Mini

Seedance 2.0 multi-modal video generation. Supports text, image, video, and audio references with configurable duration (4-15s), resolution (480p/720p/1080p), and aspect ratio.

All models
On
Off
Off
Off
Off
Result

Configure parameters and click Run to test the API.

Code Example
curl -X POST https://aivideoapi.ai/v1/videos/generations \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "doubao-seedance-2.0-mini",
  "input": {
    "generation_type": "omni_reference",
    "duration": 5,
    "aspect_ratio": "adaptive",
    "resolution": "720p",
    "generate_audio": true,
    "watermark": false,
    "seed": -1,
    "return_last_frame": false,
    "web_search": false
  }
}'