AnimoFlow — Text → Motion → FBX

Type a description, pick a character, hit Generate. Powered by MDM + momask Joint2BVH IK + Blender retarget.

Same /v1/jobs API as the local OSS stack — you can also call it from gradio_client, @gradio/client JS, or curl.

Model
Character
1 10

API access

curl -X POST $API/v1/jobs \
  -H "Authorization: Bearer dev" \
  -H "Content-Type: application/json" \
  -d '{"input":{"type":"text","prompt":"a person walks"},"model":"mdm","duration":4}'

Then poll /v1/jobs/{id} until status=done and download /v1/files/{id}.fbx (or .glb).