Meshy 6 - Multi Image To 3D
/v1/runMeshy V6 Multi Image To 3d by Meshy - convert 2D images into 3D models with AI. Generate textured 3D assets from single photos for games, AR/VR, e-commerce, and digital content creation.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to meshy/meshy-v6/multi-image-to-3d.
Default: meshy/meshy-v6/multi-image-to-3d
1 to 4 images for 3D model creation. All images should depict the same object from different angles. Supports .jpg, .jpeg, .png formats, and AVIF/HEIF which will be automatically converted. If more than 4 images are provided, only the first 4 will be used.
Automatically rig the generated model as a humanoid character. Includes basic walking and running animations. Best results with humanoid characters that have clearly defined limbs.
Default: false
Specify the topology of the generated model. Quad for smooth surfaces, Triangle for detailed geometry.
Allowed values: quad, triangle
Default: triangle
Whether to generate textures. False provides mesh without textures for 5 credits, True adds texture generation for additional 10 credits.
Default: true
Whether to enable the remesh phase. When false, returns triangular mesh ignoring topology and target_polycount.
Default: true
Animation preset ID from Meshy's library (500+ presets). Only used when enable_animation is true. See https://docs.meshy.ai/en/api/animation-library for available action IDs.
Default: 1001
Text prompt to guide the texturing process. Requires should_texture to be true.
Target number of polygons in the generated model
Range: 100 to 300000
Default: 30000
Deprecated: use pose_mode instead. When true, generates a T-pose model.
Default: false
Approximate height of the character in meters. Only used when enable_rigging is true.
Default: 1.7
Controls symmetry behavior during model generation.
Allowed values: off, auto, on
Default: auto
2D image to guide the texturing process. Requires should_texture to be true.
Apply an animation preset to the rigged model. Requires enable_rigging to be true.
Default: false
Pose mode for the generated model. 'a-pose' generates an A-pose, 't-pose' generates a T-pose, empty string for no specific pose.
Allowed values: a-pose, t-pose,
Default:
Generate PBR Maps (metallic, roughness, normal) in addition to base color. Requires should_texture to be true.
Default: false
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: image-to-3d
Execution mode declared by the model registry.
Default: async

