Renders a styled LinkedIn post image preview (conviction card, stat card, or carousel slide). Screenshot at 1.91:1 ratio for social sharing.
| Field | Type | |
|---|---|---|
| mode | string (optional, "conviction_card"|"stat_card"|"carousel_slide", default "conviction_card") | optional |
| accent | string (optional, hex, default "#7c3aed") | optional |
| quote | string (conviction_card — main quote text) | required |
| attribution | string (conviction_card — author/source) | required |
| value | string (stat_card — big number) | required |
| label | string (stat_card — metric label) | required |
| title | string (carousel_slide — slide title) | required |
| body | string (carousel_slide — slide body) | required |
{
"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."
}
{
"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"
]
}
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 →