generate_world_from_image
Convert a public image URL into a navigable 3D world. Returns an operation ID for immediate use.
Instructions
Generate a 3D world from a public image URL.
Returns immediately with an operation_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | Public URL of the source image (jpg, jpeg, png, webp). | |
| text_prompt | No | Optional text to guide generation. | |
| display_name | No | Optional name for the world. | |
| is_panorama | No | Set True if image is a 360-degree panorama. | |
| model | No | 'marble-1.1' or 'marble-1.1-plus'. | marble-1.1 |
| seed | No | Optional seed for deterministic generation. | |
| tags | No | Optional tags for organising worlds. | |
| disable_recaption | No | If True, use text_prompt as-is without auto-recaptioning. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||