GET /job/{job_id} returns status: "completed", call the output endpoint that matches the artifact you need.
Output endpoints
Use thejob_id returned by POST /generate-motion in each output path:
All output endpoints require your API key and are authenticated the same way as every other MVNT API request. Downloading an output does not consume additional credits.
Formats
- Preview MP4
- BVH
- GLB
The preview MP4 is a rendered video of the generated motion — a character performing the dance against a neutral background. It is the fastest way to see your generation result and is ready for immediate human review or display in a product UI.EndpointDownload exampleWhen to use preview MP4
- Display motion generation results in your product UI without any 3D rendering on your side
- QA and visual review before exporting to a motion file
- Motion-transfer workflows where the MP4 is the input to a downstream model
- ComfyUI preview nodes that accept video input
- Partner model cards, demos, and product screenshots
Use the
-L flag with curl to follow redirects if the endpoint returns one.Output path parameter
string
required
The job ID returned by
POST /generate-motion. Replace {job_id} with that returned value.