image_to_3d
Convert 2D images into 3D models using Tripo AI technology. Upload an image file or URL to generate textured 3D models in formats like GLB, FBX, or OBJ for applications in design, gaming, and visualization.
Instructions
Generate a 3D model from a reference image. Provide a local file path or public URL. This is an async operation — use task_status to poll progress and download_model to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | No | Local file path to the reference image. Mutually exclusive with imageUrl | |
| imageUrl | No | Public URL of the reference image. Mutually exclusive with imagePath | |
| modelVersion | No | Model version. Defaults to latest | |
| faceLimit | No | Target polygon face count | |
| textureQuality | No | Texture quality: standard or detailed | |
| orientation | No | Model orientation: default or align_image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes |