Numeric results grid
Try in PlaygroundRender 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": "" }'Structured intent (this template)
{
"pattern": "data_table",
"title": "DACH growth masks weak expansion in France and a pipeline-quality issue in Benelux",
"subtitle": "B2B SaaS - Q2 results by region",
"columns": [
{
"header": "Region",
"w": 1,
"bold": true
},
{
"header": "Q2 ARR",
"w": 0.8,
"align": "r"
},
{
"header": "YoY",
"w": 0.6,
"align": "r"
},
{
"header": "NRR",
"w": 0.6,
"align": "r"
},
{
"header": "Q3 pipeline",
"w": 0.85,
"align": "r",
"emphasis": true
},
{
"header": "GM",
"w": 0.6,
"align": "r"
},
{
"header": "Comment",
"w": 1.7,
"muted": true
}
],
"rows": [
[
{
"text": "DACH",
"bold": true
},
{
"text": "EUR 18.4M",
"bold": true
},
{
"text": "+24%",
"bold": true
},
{
"text": "118%",
"bold": true
},
{
"text": "EUR 9.6M",
"bold": true
},
{
"text": "78%",
"bold": true
},
{
"text": "Enterprise renewals strong",
"bold": true
}
],
[
"France",
"EUR 7.2M",
"+6%",
"96%",
"EUR 3.1M",
"71%",
"Expansion stalled after partner churn"
],
[
"Benelux",
"EUR 5.8M",
"+11%",
"102%",
"EUR 2.2M",
"74%",
"Pipeline small, late-stage conversion weak"
],
[
"Nordics",
"EUR 4.9M",
"+19%",
"112%",
"EUR 2.9M",
"76%",
"Two large public-sector renewals"
],
[
"UK / Ireland",
"EUR 9.1M",
"+15%",
"105%",
"EUR 5.4M",
"73%",
"Margin pressure from services attach"
],
[
"Southern Europe",
"EUR 3.6M",
"+8%",
"97%",
"EUR 1.7M",
"69%",
"Channel rebuild underway"
],
[
{
"text": "Total",
"bold": true
},
{
"text": "EUR 49.0M",
"bold": true
},
{
"text": "+16%",
"bold": true
},
{
"text": "108%",
"bold": true
},
{
"text": "EUR 24.9M",
"bold": true
},
{
"text": "74%",
"bold": true
},
""
]
],
"footer": "Protect DACH momentum; fix Benelux pipeline quality before investing in France.",
"source_note": "Source: CRM and finance close, 3 June 2026"
}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 Numeric results grid 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 Numeric results grid deterministically — editable PowerPoint in under a second.