Music to Video Pro

Revid music-to-video workflow. Generate AI music videos from an audio URL with optional reference images, prompt, subtitles, ratio, resolution, and lyrics lip sync.

All models
On
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": "music-to-video-pro",
  "input": {
    "aspect_ratio": "9:16",
    "resolution": "720p",
    "subtitle_enabled": true,
    "subtitle_position": "bottom",
    "lipsync_enabled": false,
    "lipsync_frequency": 0.3
  }
}'
music-to-video-pro Playground - API Market | AI Video API