Video Thumbnail

Renders a static image thumbnail for a video, with a play icon overlay

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as an image followed by a clickable link to the video, no play icon overlay.
emailRenders as an image followed by a clickable link to the video, no play icon overlay.
Fields
FieldType
video_urlstringrequired
thumbnail_urlstringrequired
alt_textstringrequired
titlestringrequired
Example payload
{
  "type": "video_thumbnail",
  "video_url": "https://example.com",
  "thumbnail_url": "https://example.com",
  "alt_text": "Descriptive alt text for accessibility",
  "title": "Video Thumbnail"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:video_thumbnail",
  "displayName": "Video Thumbnail",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/video_thumbnail",
  "capabilities": [
    "web",
    "meet-stage",
    "apps-script-web"
  ],
  "description": "Renders a static image thumbnail for a video, with a play icon overlay",
  "representativeQueries": [
    "show a clickable video thumbnail with play button and a link to the video source",
    "renders a static image thumbnail for a video, with a play icon overlay",
    "render a video thumbnail"
  ]
}
← 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 →