Renders a card with a video thumbnail, title, and description, linking
| Surface | Note |
|---|---|
| googlechat | Renders as a basic card with image, title, description, and link, without advanced styling. |
| Renders as a basic card with image, title, description, and link, without advanced styling. |
| Field | Type | |
|---|---|---|
| video_url | string | required |
| thumbnail_url | string | required |
| title | string | required |
| description | string | required |
| alt_text | string | required |
{
"type": "video_card",
"video_url": "https://example.com",
"thumbnail_url": "https://example.com",
"title": "Video Card",
"description": "A concise description of the content.",
"alt_text": "Descriptive alt text for accessibility"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:video_card",
"displayName": "Video Card",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/video_card",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Renders a card with a video thumbnail, title, and description, linking",
"representativeQueries": [
"show a video with title description and metadata to the video source",
"renders a card with a video thumbnail, title, and description, linking",
"render a video card"
]
}
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 →