Embed Google Slides

Renders an interactive presentation iframe viewer loading Google Slides resources.

Surfaces
web
Degraded on
SurfaceNote
meet-stageSlide transitions update sluggishly over video layers.
googlechatCollapses to markdown resource links.
emailSlider primitives fail to pass email sandbox parameters.
apps-script-webworks if viewer has access; Google Slides embeds are generally allowed
Fields
FieldType
presentation_idstring. Asset identifier for the slide file.required
Example payload
{
  "type": "embed_google_slides",
  "presentation_id": "Presentation id"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:embed_google_slides",
  "displayName": "Embed Google Slides",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/embed_google_slides",
  "capabilities": [
    "web"
  ],
  "description": "Renders an interactive presentation iframe viewer loading Google Slides resources.",
  "representativeQueries": [
    "show a embed interactive Google Slides presentation slide decks",
    "renders an interactive presentation iframe viewer loading google slides resources.",
    "render a embed google slides"
  ]
}
← 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 →