Video Card

Renders a card with a video thumbnail, title, and description, linking

Surfaces
webmeet-stageapps-script-web
Degraded on
SurfaceNote
googlechatRenders as a basic card with image, title, description, and link, without advanced styling.
emailRenders as a basic card with image, title, description, and link, without advanced styling.
Fields
FieldType
video_urlstringrequired
thumbnail_urlstringrequired
titlestringrequired
descriptionstringrequired
alt_textstringrequired
Example payload
{
  "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"
}
ARD catalog entry
{
  "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"
  ]
}
← 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 →