Example brief
Create a slide showing our Q2 traction with ARR at $18.4M, up 62% year-over-year, net revenue retention at 121%, gross margin at 78%, 46 enterprise customers, average contract value at $92k, and sales cycle at 74 days, with a note on the caution of ACV mix moving down as mid-market accelerates and a takeaway that traction is real but needs to prove sales efficiency next.
Render it
Brief path
curl -X POST https://api.slideforge.dev/v1/render/auto \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{ "brief": "Create a slide showing our Q2 traction with ARR at $18.4M, up 62% year-over-year, net revenue retention at 121%, gross m" }'Structured intent (this template)
{
"pattern": "kpi_metrics",
"title": "Enterprise traction accelerated, but sales efficiency still needs proof",
"subtitle": "Q2 traction snapshot",
"metric_kind": "snapshot_scoreboard",
"layout_profile": "grid_2x3",
"metrics": [
{
"label": "ARR",
"value": "$18.4M",
"sub": "+62% YoY",
"emphasis": "primary"
},
{
"label": "Net revenue retention",
"value": "121%",
"sub": "Top-quartile target 120%+"
},
{
"label": "Gross margin",
"value": "78%",
"sub": "Up from 74%"
},
{
"label": "Enterprise customers",
"value": "46",
"sub": "12 added in Q2"
},
{
"label": "Avg contract value",
"value": "$92k",
"sub": "Mid-market pulling mix down"
},
{
"label": "Sales cycle",
"value": "74 days",
"sub": "Above 60-day target"
}
],
"caution": "ACV mix is moving down as mid-market accelerates.",
"source_note": "CRM + billing export, June 2026",
"takeaway": "Traction is real; prove sales efficiency next."
}Related templates
Bars vs target marker
Margin recovery is visible but three units are below target
Diverging variance bars
Cloud hosting and contractor spend offset hiring delay savings
Grouped comparison bars
Pipeline coverage is ahead of last year but below target in two regions
Ranked magnitude bars
Three offer families drive 68% of FY25 growth
Frequently asked questions
How do I render the Snapshot scoreboard template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render Snapshot scoreboard deterministically — editable PowerPoint in under a second.