?
meshyRig
Auto-rig a humanoid 3D model and generate basic walking/running animations using Meshy.
mindstudio.meshyRig(input) → Result
Auto-rigs a humanoid 3D model and generates basic walk and run cycles via Meshy — the stage between a textured mesh and animation.
Parameters
inputTaskId
string
ID of a completed Meshy task to rig
modelUrl
string
URL to a textured humanoid GLB file (preferred over inputTaskId)
heightMeters
number
Approximate character height in meters (default 1.7)
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.meshyRig({});