Linkedin Post Image

Renders a styled LinkedIn post image preview (conviction card, stat card, or carousel slide). Screenshot at 1.91:1 ratio for social sharing.

Surfaces
webapps-script-web
Fields
FieldType
modestring (optional, "conviction_card"|"stat_card"|"carousel_slide", default "conviction_card")optional
accentstring (optional, hex, default "#7c3aed")optional
quotestring (conviction_card — main quote text)required
attributionstring (conviction_card — author/source)required
valuestring (stat_card — big number)required
labelstring (stat_card — metric label)required
titlestring (carousel_slide — slide title)required
bodystring (carousel_slide — slide body)required
Example payload
{
  "type": "linkedin_post_image",
  "quote": "The vocabulary IS the discovery layer.",
  "attribution": "Source: Example Report, 2026",
  "value": 1,
  "label": "Linkedin Post Image",
  "title": "Linkedin Post Image",
  "body": "A concise description of the content."
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:linkedin_post_image",
  "displayName": "Linkedin Post Image",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/linkedin_post_image",
  "capabilities": [
    "web",
    "apps-script-web"
  ],
  "description": "Renders a styled LinkedIn post image preview (conviction card, stat card, or carousel slide). Screenshot at 1.91:1 ratio for social sharing.",
  "representativeQueries": [
    "show a LinkedIn post image preview \u2014 conviction_card, stat_card, or carousel_slide mode",
    "renders a styled linkedin post image preview (conviction card, stat card, or carousel slide). screen",
    "render a linkedin post image"
  ]
}
← 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 →