Renders a static image thumbnail for a video, with a play icon overlay
| Surface | Note |
|---|---|
| googlechat | Renders as an image followed by a clickable link to the video, no play icon overlay. |
| Renders as an image followed by a clickable link to the video, no play icon overlay. |
| Field | Type | |
|---|---|---|
| video_url | string | required |
| thumbnail_url | string | required |
| alt_text | string | required |
| title | string | required |
{
"type": "video_thumbnail",
"video_url": "https://example.com",
"thumbnail_url": "https://example.com",
"alt_text": "Descriptive alt text for accessibility",
"title": "Video Thumbnail"
}
{
"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"
]
}
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 →