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.
Generate 3D assets with Tripo3D P1 and H3.1 text-to-3D, image-to-3D, and multiview endpoints through one Muapi API key.
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.
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.
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.
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.
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.
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.
Create a 3D asset from a natural-language description.
Reconstruct a subject from a reference image.
Use multiple views with the H3.1 multiview endpoint.
Keep authentication and result polling consistent across tiers.
Submit a 3D generation task and poll the shared result endpoint for the completed asset.
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.
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.
Yes. P1 and H3.1 include text-to-3D endpoints.
Yes. tripo3d-h31-multiview-to-3d supports a multiview workflow.
Muapi returns a request ID and then a completed 3D asset URL from the result endpoint.
Generate 3D assets from prompts, images, or multiview references with one Muapi key.