Create Location
create_locationCreate a reusable location/scene reference from an image URL. If no description is supplied, the backend analyzes the image. Use the returned location_id in propose_brief/update_brief.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the reusable location/scene reference | |
| tag_ids | No | Optional tag IDs to assign after creating the location | |
| image_url | Yes | URL of the location/reference image | |
| description | No | Optional location description. If omitted, the system analyzes the image. | |
| thumbnail_url | No | Optional thumbnail URL | |
| source_metadata | No | Optional provenance metadata for the source image |