Image Hotspots

Renders an image with interactive points that display information on

Surfaces
webmeet-stageapps-script-web
Fields
FieldType
image_urlstringrequired
alt_textstringrequired
hotspotslist of objects with label, x_position, y_position, contentrequired
Example payload
{
  "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"
    }
  ]
}
ARD catalog entry
{
  "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"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

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 →