Browse, create, and manage video templates. Submit render jobs and track completion status.
Once your songs are in the catalog, it's time to create videos.
list_video_templatesDescription: Lists all available video templates — system templates (Video Loop Background, Static Image Video, Sandwich Render) and your custom templates.
create_video_templateDescription: Creates a new custom video template with structured layout data. Define visual elements like backgrounds, waveform colors, text overlays, and SRT lyric bindings.
{\n "name": "My Festival Recap",\n "type": "sandwich",\n "ratio": "16:9"\n}update_video_templateDescription: Updates an existing custom template's name, aspect ratio, type, or visual element data.
delete_video_templateDescription: Permanently removes a custom video template. System templates cannot be deleted.
list_video_rendering_jobsDescription: Lists recent video render jobs with their status: pending, processing, completed, or failed. Completed videos include download URLs.
{\n "limit": 10\n}render_chatmu_videoDescription: Submits a new video render job. Select a template, pick tracks, configure asset URLs, and set estimated duration. Cost: 40 AI Credits per hour of video.
{\n "templateId": "template-uuid",\n "selectedTrackIds": ["song-uuid-1"],\n "selectedTrackUrls": ["https://..."],\n "estimatedDuration": 180\n}