Loading...
Loading...
Everything you need to create amazing AI-powered videos
curl -X POST https://api.hitmakr.ai/v1/videos \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"audioUrl": "https://example.com/track.mp3",
"style": "cinematic",
"videoTier": "premium"}'Request Parameters
Response Preview
{
"id": "vid_a1b2c3d4",
"status": "processing",
"mode": "music-video",
"videoTier": "standard",
"resolution": "1080p",
"style": "cinematic",
"estimatedTokens": 100,
"estimatedTime": "3-5 min",
"createdAt": "2026-02-27T12:00:00.000Z"
}Browse the FAQ, join the community forum, or contact our support team.