← All models
Rig humanoid 3D models from GLB URLs with Meshy, returning rigged GLB/FBX files plus basic animations.
Details
- Accepts
- object_3d
Pricing
- Price
- 100 cr / request
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| model_urlrequired | string | URL of a 3D model in GLB format to rig. Can be any publicly accessible URL — works with models generated by Hunyuan, Trellis, Meshy, or any other 3D generation tool. The model must be a humanoid character with clearly defined limbs. |
| height_meters | number | Approximate height of the character in meters. |
| enable_animation | boolean | Apply an animation preset to the rigged model. |
| animation_action_id | integer | Animation preset ID from Meshy's library. Only used when enable_animation is true; in that case it must be in [0, 696] (``0`` is the "Idle" preset) and is otherwise rejected with a 422. See https://docs.meshy.ai/en/api/animation-library for available action IDs. |
| enable_safety_checker | boolean | If set to true, input data will be checked for safety before processing. |
Output
| Field | Type | Description |
|---|---|---|
| rig_task_id | — | Meshy rigging task ID. |
| animation_fbx | — | Animated 3D model in FBX format. Only present when enable_animation is true. |
| animation_glb | — | Animated 3D model in GLB format. Only present when enable_animation is true. |
| basic_animations | — | Basic walking and running animations included with rigging. |
| rigged_character_fbx | — | Rigged character in FBX format. |
| rigged_character_glb | — | Rigged character in GLB format. |