multiview_to_3d
Convert 2-4 reference images from different angles into a 3D model with improved geometry compared to single-image input.
Instructions
Generate a 3D model from 2-4 reference images taken from different angles. Produces significantly better geometry than single-image input. This is an async operation — use task_status to poll progress and download_model to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePaths | No | Local file paths to 2-4 reference images from different angles. Mutually exclusive with imageUrls | |
| imageUrls | No | Public URLs for 2-4 reference images from different angles. Mutually exclusive with imagePaths | |
| modelVersion | No | Model version. Defaults to latest | |
| faceLimit | No | Target polygon face count |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes |