Long Video

Generate consistent long-form videos up to 180 seconds with HappyHorse or Seedance.

All models
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": "long-video",
  "input": {
    "duration": 4,
    "provider": "happyhorse",
    "resolution": "720p",
    "aspect_ratio": "16:9",
    "continuity_mode": "consistent",
    "native_audio_continuity": false,
    "seed": 42
  }
}'