Renders an image with interactive points that display information on
| Field | Type | |
|---|---|---|
| image_url | string | required |
| alt_text | string | required |
| hotspots | list of objects with label, x_position, y_position, content | required |
{
"type": "image_hotspots",
"image_url": "https://example.com",
"alt_text": "Descriptive alt text for accessibility",
"hotspots": [
{
"x": 25,
"y": 30,
"label": "Feature A"
},
{
"x": 60,
"y": 70,
"label": "Feature B"
}
]
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:image_hotspots",
"displayName": "Image Hotspots",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/image_hotspots",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders an image with interactive points that display information on",
"representativeQueries": [
"show a image with clickable annotated hotspot overlays hover",
"renders an image with interactive points that display information on",
"render a image hotspots"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →