Tripo APIP1 & 3.1

Generate 3D models with
the Tripo API

Access the Tripo lineup through a simple REST API - Tripo P1 for game-ready assets and the Tripo 3.1 series for general-purpose generation. Text-to-3D, image-to-3D, and multi-view with GLB output.

Tripo P1 · 3.1 · 3.0GLB outputAsync generationPay per request

Two models, one API

Choose P1 for game-ready output or 3.1 for general-purpose generation. Both support text-to-3D, image-to-3D, and multi-view input.

Tripo 3.0 stays available on its existing endpoint (/v1/3d-models/tripo/image-to-3d/).

What the Tripo API can do

The full Tripo pipeline, available as simple API calls.

Text to 3D

Describe any object in natural language and get a fully textured 3D model back. Available on every Tripo model version.

Image to 3D

Upload a reference photo or concept art and generate a matching 3D model. Works with product photos, characters, and props.

Multi-View Input

Provide multiple reference angles for precise reconstruction. A front view is required; additional views improve accuracy.

Texture & Retexture

The texture-model endpoint applies new AI textures to any Tripo-generated or uploaded mesh, with optional PBR maps.

Mesh Segmentation

Split generated models into logical parts with the mesh-segmentation endpoint - handy for rigging and printing workflows.

Format Conversion

Convert GLB output to OBJ, FBX, STL, or PLY with the convert-model endpoint. No separate tooling required.

Generate a 3D model in one API call

Submit a request, get a task ID, poll for results. Standard REST pattern.

Tripo P1 - Text to 3D

Request

curl -X POST https://api.3daistudio.com/v1/3d-models/tripo/text-to-3d/p1/ \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "sci-fi plasma rifle, worn metal",
    "enable_pbr": true
  }'

Response

{
  "task_id": "a1b2c3d4-e5f6-...",
  "created_at": "2026-07-26T12:00:00Z"
}

// Poll: GET /v1/generation-request/{task_id}/status/
// → { "status": "FINISHED",
//     "results": [{ "asset_url": "..." }] }

Simple, transparent pricing

Pay per generation. No subscriptions. Unused credits last 365 days.

ModelCreditsSpeedBest For
Tripo P16060-90sGame-ready assets
Tripo 3.1402-4 minGeneral generation

Explore related APIs

Combine Tripo with other endpoints for complete 3D workflows.

Frequently asked questions

Start generating with Tripo

Get an API key and generate your first Tripo P1 or 3.1 model in under 5 minutes. Pay only for what you use.

Need custom volume or enterprise access?

Higher rate limits, dedicated infrastructure, and custom integrations. Reach out for enterprise pricing.