Models/Meshy/Meshy API
LiveMeshy · 3D generation5 endpoints

Meshy API — Text-to-3D and Image-to-3D Assets

Generate 3D assets with Meshy 6 and Meshy V7 text-to-3D, image-to-3D, and multi-image-to-3D endpoints through Muapi.

Meshy V7Latest image and multi-image to 3D2 models
3D AssetLiveFeatured
Meshy V7

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.

3D mesh
$1.716/request
Try Model
3D AssetLive
Meshy V7

Meshy V7 Multi Image To 3D

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.

3D mesh
$1.716/request
Try Model
Meshy 6Text and image to 3D generation3 models
3D AssetLiveFeatured
Meshy 6

Meshy 6 Text To 3D

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.

3D mesh
$0.50/request
Try Model
3D AssetLive
Meshy 6

Meshy 6 Image To 3D

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.

3D mesh
$0.50/request
Try Model
3D AssetLive
Meshy 6

Meshy 6 Multi Image To 3D

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.

3D mesh
$0.50/request
Try Model

What is the Meshy API?

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.

Meshy API capabilities

Text-to-3D

Create a 3D asset from a natural-language prompt with Meshy 6.

Image-to-3D

Reconstruct a subject from a single reference image.

Multi-image-to-3D

Combine multiple views with Meshy 6 or V7.

Version comparison

Compare Meshy 6 and V7 without changing your API integration.

Quick start — Meshy API

Submit a Meshy task with your Muapi key and poll its request ID for the completed 3D asset.

1. Submit a Meshy job

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.

2. Poll the result

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.

Meshy API FAQ

Which Meshy versions are available?

The hub lists Meshy 6 and Meshy V7 endpoints.

Can Meshy use multiple images?

Yes. Meshy 6 and V7 include multi-image-to-3D endpoints.

What does Meshy return?

Muapi returns a request ID followed by a completed 3D asset URL.

Build with Meshy

Generate production-ready 3D assets with Meshy through one Muapi API key.