Music Video Generator

AI music video generator. Turn any song plus up to 3 reference photos into a lip-synced music video with cinematic camera angles and smooth transitions. 480p / 720p, up to 10 minutes.

All models
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": "music-video-generator",
  "input": {
    "aspect_ratio": "16:9",
    "resolution": "480p"
  }
}'