Meshy V7 Image To 3D
Meshy Meshy V7 Image To 3D is a live Muapi endpoint for image-to-3D. Submit it with one API key and poll the shared result endpoint.
Generate 3D assets with Meshy 6 and Meshy V7 text-to-3D, image-to-3D, and multi-image-to-3D endpoints through Muapi.
Meshy Meshy V7 Image To 3D is a live Muapi endpoint for image-to-3D. Submit it with one API key and poll the shared result endpoint.
Meshy Meshy V7 Multi Image To 3D is a live Muapi endpoint for image-to-3D. Submit it with one API key and poll the shared result endpoint.
Meshy Meshy 6 Text To 3D is a live Muapi endpoint for text-to-3D. Submit it with one API key and poll the shared result endpoint.
Meshy Meshy 6 Image To 3D is a live Muapi endpoint for image-to-3D. Submit it with one API key and poll the shared result endpoint.
Meshy Meshy 6 Multi Image To 3D is a live Muapi endpoint for image-to-3D. Submit it with one API key and poll the shared result endpoint.
Meshy creates 3D assets from text and images. Muapi exposes Meshy 6 and V7 through a searchable catalog so production systems can choose the family based on the input they have.
Use Meshy 6 text-to-3D for concept-first assets, Meshy 6 image-to-3D for a single reference, and Meshy V7 when multiple images should guide reconstruction.
Create a 3D asset from a natural-language prompt with Meshy 6.
Reconstruct a subject from a single reference image.
Combine multiple views with Meshy 6 or V7.
Compare Meshy 6 and V7 without changing your API integration.
Submit a Meshy task with your Muapi key and poll its request ID for the completed 3D asset.
curl -X POST https://api.muapi.ai/api/v1/meshy-v7-image-to-3d \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"image_url":"https://example.com/reference.jpg","enable_pbr":true}'
# Response: {"request_id":"REQUEST_ID"}The example uses Meshy V7 image-to-3D with a public reference image URL.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Read the completed asset URL from the result response.
The hub lists Meshy 6 and Meshy V7 endpoints.
Yes. Meshy 6 and V7 include multi-image-to-3D endpoints.
Muapi returns a request ID followed by a completed 3D asset URL.
Generate production-ready 3D assets with Meshy through one Muapi API key.