Skip to main content
The MVNT API lets you generate dance choreography from any audio file. Submit an audio clip, receive a job ID, poll for completion, then download a preview MP4 or 3D motion file — all from a single REST interface.

Quick Start

Make your first API call and download a motion file in minutes.

ComfyUI Integration

Use MVNT inside ComfyUI with the official custom node package.

How it works

See the Quickstart for more details.
1

Get an API key

Sign in to MVNT Studio Platform, open the API Keys tab, and create a key.
2

Submit an audio file

POST /generate-motion with your audio file and generation parameters. The API returns a job ID immediately.
3

Poll for completion

GET /job/{job_id} every 2–5 seconds until the status is completed.
4

Download your output

Fetch a preview MP4 from /render-mp4/{job_id} or motion files from /download-bvh/{job_id} and /download/{job_id}.