image_to_3d_create
Generate a 3D model from a single image by providing a publicly accessible URL or base64 data URI.
Instructions
Generate a 3D model from a single image. The image_url must be publicly accessible or a base64 data URI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | Publicly accessible image URL or base64 data URI | |
| ai_model | No | AI model to use | |
| model_type | No | Model type for generation | |
| topology | No | 'quad' or 'triangle' | |
| target_polycount | No | Target polygon count | |
| symmetry_mode | No | Symmetry mode for the model | |
| should_remesh | No | Whether to remesh the output | |
| should_texture | No | Whether to generate textures | |
| enable_pbr | No | Enable PBR textures | |
| texture_prompt | No | Additional texture description | |
| texture_image_url | No | Reference image URL for texture | |
| moderation | No | Screen input for potentially harmful content | |
| save_pre_remeshed_model | No | Store pre-remesh GLB model | |
| pose_mode | No | Pose mode for characters | |
| image_enhancement | No | Optimize input image (default true) | |
| remove_lighting | No | Remove highlights and shadows (default true) |