image_to_3d
Convert 2D images into 3D models using reference photos. Upload local files or public URLs to generate textured 3D assets for visualization, prototyping, or digital content creation.
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 |