infery
← All models

Meshy Rigging

meshy-rigging

3D generationby Meshy

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

FieldTypeDescription
model_urlrequiredstringURL 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_metersnumberApproximate height of the character in meters.
enable_animationbooleanApply an animation preset to the rigged model.
animation_action_idintegerAnimation 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_checkerbooleanIf set to true, input data will be checked for safety before processing.

Output

FieldTypeDescription
rig_task_idMeshy rigging task ID.
animation_fbxAnimated 3D model in FBX format. Only present when enable_animation is true.
animation_glbAnimated 3D model in GLB format. Only present when enable_animation is true.
basic_animationsBasic walking and running animations included with rigging.
rigged_character_fbxRigged character in FBX format.
rigged_character_glbRigged character in GLB format.