upload_image
Upload a local image or HTTPS URL to obtain an assetId for initiating image-to-3D model generation.
Instructions
Upload a local image file or HTTPS URL and return an assetId for generate_model. Do not pass this id to download_model or get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | HTTPS URL of an image | |
| path | No | Local filesystem path to an image file |