Numeric results grid
Clinical department performance table
Try in PlaygroundExample brief
A detailed numeric grid showing the Q3 performance of a metropolitan hospital network across various clinical departments. The table tracks Revenue, YoY growth, Bed Occupancy, Operating Margin, and Patient Satisfaction, including a bolded top row for Cardiology as the primary growth driver and a bottom total row. Each row includes a strategic comment explaining the operational context behind the numbers.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "data_table",
"variant": "numeric_results_grid",
"headline": "Surgical volume growth at Central Hub masks declining margins in Pediatrics and capacity bottlenecks in Oncology",
"context": "Metro Health Network - Q3 Performance metrics by clinical department",
"source_note": "Source: Hospital Finance Audit and Patient Experience Portal, September 2024",
"data": {
"rows": [
[
{
"text": "Cardiology",
"bold": true
},
{
"text": "$42.4M",
"bold": true
},
{
"text": "+12.4%",
"bold": true
},
{
"text": "92.4%",
"bold": true
},
{
"text": "18.6%",
"bold": true
},
{
"text": "88.5%",
"bold": true
},
{
"text": "Outpatient shift driving high profitability",
"bold": true
}
],
[
"Pediatrics",
"$14.2M",
"-4.2%",
"76.8%",
"4.2%",
"92.1%",
"Staffing costs increasing relative to volume"
],
[
"Oncology",
"$31.8M",
"+8.1%",
"98.2%",
"12.4%",
"84.3%",
"Waitlists growing; facility expansion required"
],
[
"Emergency",
"$11.9M",
"+14.6%",
"104.0%",
"-2.1%",
"71.4%",
"Diversion protocols impacting throughput"
],
[
"Orthopedics",
"$22.5M",
"+9.3%",
"84.5%",
"15.8%",
"86.2%",
"Elective surgery backlog clearing steadily"
],
[
"Neurology",
"$9.6M",
"+2.4%",
"81.2%",
"7.4%",
"82.9%",
"Diagnostic equipment downtime impacted Q3"
],
[
{
"text": "Total Network",
"bold": true
},
{
"text": "$132.4M",
"bold": true
},
{
"text": "+7.8%",
"bold": true
},
{
"text": "89.5%",
"bold": true
},
{
"text": "11.2%",
"bold": true
},
{
"text": "84.2%",
"bold": true
},
""
]
],
"footer": "Prioritize Oncology capital investment; address Emergency department staffing to stabilize network margins.",
"columns": [
{
"header": "Department",
"w": 1
},
{
"header": "Q3 Revenue",
"w": 0.8
},
{
"header": "YoY Change",
"w": 0.6
},
{
"header": "Bed Occ. %",
"w": 0.6
},
{
"header": "Op. Margin",
"w": 0.85
},
{
"header": "Patient Sat",
"w": 0.6
},
{
"header": "Strategic Commentary",
"w": 1.7
}
]
}
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"data_table","variant":"numeric_results_grid","headline":"Surgical volume growth at Central Hub masks declining margins in Pediatrics and capacity bottlenecks in Oncology","context":"Metro Health Network - Q3 Performance metrics by clinical department","source_note":"Source: Hospital Finance Audit and Patient Experience Portal, September 2024","data":{"rows":[[{"text":"Cardiology","bold":true},{"text":"$42.4M","bold":true},{"text":"+12.4%","bold":true},{"text":"92.4%","bold":true},{"text":"18.6%","bold":true},{"text":"88.5%","bold":true},{"text":"Outpatient shift driving high profitability","bold":true}],["Pediatrics","$14.2M","-4.2%","76.8%","4.2%","92.1%","Staffing costs increasing relative to volume"],["Oncology","$31.8M","+8.1%","98.2%","12.4%","84.3%","Waitlists growing; facility expansion required"],["Emergency","$11.9M","+14.6%","104.0%","-2.1%","71.4%","Diversion protocols impacting throughput"],["Orthopedics","$22.5M","+9.3%","84.5%","15.8%","86.2%","Elective surgery backlog clearing steadily"],["Neurology","$9.6M","+2.4%","81.2%","7.4%","82.9%","Diagnostic equipment downtime impacted Q3"],[{"text":"Total Network","bold":true},{"text":"$132.4M","bold":true},{"text":"+7.8%","bold":true},{"text":"89.5%","bold":true},{"text":"11.2%","bold":true},{"text":"84.2%","bold":true},""]],"footer":"Prioritize Oncology capital investment; address Emergency department staffing to stabilize network margins.","columns":[{"header":"Department","w":1},{"header":"Q3 Revenue","w":0.8},{"header":"YoY Change","w":0.6},{"header":"Bed Occ. %","w":0.6},{"header":"Op. Margin","w":0.85},{"header":"Patient Sat","w":0.6},{"header":"Strategic Commentary","w":1.7}]}}'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.