{"version":"1","model":{"id":"fal-ai/meshy/rigging","name":"Meshy Rigging","kind":"3d","availability":"available","available":true,"restricted":false,"api_key_only":false,"description":"Meshy Rigging — automatically rig any existing 3D GLB model for humanoid animation, with optional animation preset support.","pricing_note":"$0.07/generation at Pro plan pricing.","categories":["rig"],"prompt_required":false,"prompt_supported":true,"supports":{},"requires":{},"aspect_ratios":[],"resolutions":[],"durations":[],"base_credits":9,"api_gross_margin_percent":20,"added_at":"2026-05-20","popularity_rank":456,"preview":{"image":"/images/model-previews/generated/meshy-rigging-v1.webp"},"schema_url":"/api/v1/models?id=fal-ai%2Fmeshy%2Frigging","input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fmeshy%2Frigging","title":"Meshy Rigging generation request","description":"Request body accepted by POST /api/v1/generate for fal-ai/meshy/rigging.","type":"object","properties":{"model_id":{"type":"string","const":"fal-ai/meshy/rigging","description":"ArtEmotion model identifier."},"extra":{"type":"object","additionalProperties":true,"description":"Model-specific settings may also be nested here."},"max_credits":{"type":"number","minimum":1,"description":"Reject before submission if the estimated list price exceeds this cap."},"webhook_url":{"type":"string","format":"uri","maxLength":2048},"webhook_secret":{"type":"string","maxLength":512},"folder_id":{"type":"string"},"prompt":{"type":"string"},"model_url":{"title":"Model URL","description":"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 generator.","type":"string"},"height_meters":{"title":"Height (m)","description":"Approximate height of the character in meters. 1.7 m = average adult.","default":1.7,"type":"number","minimum":0.3,"maximum":3,"multipleOf":0.1},"texture_image_url":{"title":"Texture Override","description":"Optional PNG image to override the texture on the rigged output model.","type":"string"}},"required":["model_id","model_url"],"additionalProperties":false},"parameters":[{"key":"model_url","label":"Model URL","type":"text","required":true,"description":"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 generator."},{"key":"height_meters","label":"Height (m)","type":"number","default":1.7,"min":0.3,"max":3,"step":0.1,"description":"Approximate height of the character in meters. 1.7 m = average adult."},{"key":"texture_image_url","label":"Texture Override","type":"text","description":"Optional PNG image to override the texture on the rigged output model."}]}}