API Reference
Use the Music Visualizer API to render videos programmatically from your applications or AI agents.
Authentication
Include your API key in the Authorization header:
Authorization: Bearer mvk_your_api_key
Endpoints
Render settings example
{
"format": "portrait",
"quality": "1080p",
"duration": {
"start": 0,
"end": 30
},
"visualizer": {
"type": "rounded-bars",
"accentColor": "#ffffff",
"barCount": 96,
"intensity": 1.2
},
"background": {
"type": "preset",
"preset": "noir"
},
"lyrics": {
"enabled": true,
"direction": "auto",
"style": {
"mode": "caption",
"position": "bottom"
},
"lines": [
{
"start": 12,
"end": 16,
"text": "First line"
}
]
},
"watermark": {
"enabled": true,
"position": "bottom-right"
}
}Credit pricing
Duration billed in 15-second intervals. +10 credits to remove watermark.