For coding agents, discover the current recommended 3D shortlist first with
GET /v1/models?recommended_for=3d, then send the selected model explicitly to this endpoint.poll_url for status checks.
Request Body
Model to use (e.g.,
tripo3d-v2.5, tripo3d-v2).Text description of the 3D model to generate.
Base64-encoded image for image-to-3D generation.
URL of image for image-to-3D generation.
Output format:
glb, fbx, obj, or usdz.Quality level:
draft, standard, or high.Style preset for the model.
Seed for reproducible generation.
A unique identifier for the end-user.
Response
Task ID for polling status.
Async task identifier alias when returned by the adapter.
Preferred polling URL for this task when provided.
Task status:
pending, processing, completed, or failed.Unix timestamp of task creation.