The ultimate Song to Video API for Python & Node.js developers. Turn songs into professional music videos programmatically.
// Generate a music video with a single API call
const response = await fetch('https://peakmv.com/api/v1/generate', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
audio_url: 'https://example.com/song.mp3',
video_quality: '1080p'
})
});
const { video_url } = await response.json();
console.log('🎬 Video ready:', video_url);One API call to generate videos. No SDKs, no complexity. Works with any language - integrate in minutes.
Same transparent pricing as the web app. $3-$80 per video based on duration.
SHA-256 hashed keys • 100 req/min rate limiting • SSRF protection • 70MB max file size
2-20 minute generation time. Poll status endpoint or use webhooks (coming soon).
Get notified when your video is ready. No polling required.
Control the creative direction. Add your own prompt or let AI decide.
Create an account, get your API key, and start generating videos in minutes.