Models/Tripo3D/Tripo3D API
LiveTripo3D · 3D generation5 endpoints

Tripo3D API — Text-to-3D, Image-to-3D & Multiview

Generate 3D assets with Tripo3D P1 and H3.1 text-to-3D, image-to-3D, and multiview endpoints through one Muapi API key.

Tripo3D P1Text and image to 3D2 models
3D AssetLiveFeatured
P1

Tripo3D P1 Text To 3D

Tripo3D Tripo3D P1 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
P1

Tripo3D P1 Image To 3D

Tripo3D Tripo3D P1 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
Tripo3D H3.1Multiview-aware 3D generation3 models
3D AssetLive
H3.1

Tripo3D H31 Text To 3D

Tripo3D Tripo3D H31 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.20/request
Try Model
3D AssetLive
H3.1

Tripo3D H31 Image To 3D

Tripo3D Tripo3D H31 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.30/request
Try Model
3D AssetLive
H3.1

Tripo3D H31 Multiview To 3D

Tripo3D Tripo3D H31 Multiview 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.20/request
Try Model

What is the Tripo3D API?

Tripo3D turns prompts and reference images into 3D assets. Muapi exposes P1 and H3.1 as asynchronous endpoints so an asset pipeline can select text, image, or multiview input per job.

Use text-to-3D for concept-first modeling, image-to-3D for a known subject, and H3.1 multiview when several angles should inform reconstruction.

Tripo3D API capabilities

Text-to-3D

Create a 3D asset from a natural-language description.

Image-to-3D

Reconstruct a subject from a reference image.

Multiview reconstruction

Use multiple views with the H3.1 multiview endpoint.

One asset API

Keep authentication and result polling consistent across tiers.

Quick start — Tripo3D API

Submit a 3D generation task and poll the shared result endpoint for the completed asset.

1. Submit a 3D job

curl -X POST https://api.muapi.ai/api/v1/tripo3d-p1-text-to-3d \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A stylized explorer backpack with clean game-ready geometry"}'

# Response: {"request_id":"REQUEST_ID"}

The example uses P1 text-to-3D; use an image or multiview slug when you have references.

2. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Read the generated asset URL from the completed response.

Tripo3D API FAQ

Can Tripo3D generate from text?

Yes. P1 and H3.1 include text-to-3D endpoints.

Can I use more than one reference view?

Yes. tripo3d-h31-multiview-to-3d supports a multiview workflow.

What does the API return?

Muapi returns a request ID and then a completed 3D asset URL from the result endpoint.

Build with Tripo3D

Generate 3D assets from prompts, images, or multiview references with one Muapi key.