Audio Link

Renders a clickable link to an audio file, often with an audio icon.

Surfaces
webmeet-stagegooglechatemailpdfapps-script-web
Fields
FieldType
audio_urlstringrequired
labelstringrequired
icon_typestringrequired
Example payload
{
  "type": "audio_link",
  "audio_url": "https://example.com",
  "label": "Audio Link",
  "icon_type": "star"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:audio_link",
  "displayName": "Audio Link",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/audio_link",
  "capabilities": [
    "web",
    "meet-stage",
    "googlechat",
    "email",
    "pdf",
    "apps-script-web"
  ],
  "description": "Renders a clickable link to an audio file, often with an audio icon.",
  "representativeQueries": [
    "show a styled link to an audio file",
    "renders a clickable link to an audio file, often with an audio icon.",
    "render a audio link"
  ]
}
← 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 →