Image With Caption

Renders a single image with a descriptive caption below it.

Surfaces
webgoogle-meet-stagegoogle-chatemailpdfgoogle-apps-script-webmcp-apps
Live preview
A descriptive caption
Fields
FieldType
image_urlstringrequired
alt_textstringrequired
captionstringrequired
link_urlstringrequired
Example payload
{
  "type": "image_with_caption",
  "image_url": "https://example.com",
  "alt_text": "Descriptive alt text for accessibility",
  "caption": "A descriptive caption",
  "link_url": "https://example.com"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:image_with_caption",
  "displayName": "Image With Caption",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/image_with_caption",
  "capabilities": [
    "web",
    "google-meet-stage",
    "google-chat",
    "email",
    "pdf",
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Renders a single image with a descriptive caption below it.",
  "representativeQueries": [
    "show a image with styled caption below",
    "renders a single image with a descriptive caption below it.",
    "render a image with caption"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →