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. · revid

All models
Parameters
Pricing
21060credits
180s
Per second117 credits/s
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": {
    "resolution": "720p",
    "aspect_ratio": "9:16",
    "lipsync_enabled": false,
    "subtitle_enabled": true,
    "lipsync_frequency": 0.3,
    "subtitle_position": "bottom"
  }
}'