Seedance Video Generation

Create stunning videos from text descriptions using ByteDance's state-of-the-art AI model.

Create Your Video

Preview

Your video will appear here

Example Works

Sunset over mountains

Cinematic

City skyline timelapse

Urban

Ocean waves in slow motion

Nature

API Integration

cURL
curl https://api.aggregatedcompute.com/v1/video/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "seedance",
    "prompt": "A golden sunset over snow-capped mountains, cinematic style",
    "duration": 5,
    "resolution": "1080p"
  }'