Metric With Context Slide Template
Split layout with 1-3 KPI metrics on the left and narrative context or analysis on the right. Combines data and storytelling.
Try in PlaygroundParameters
Example brief
Revenue grew 18% to $12.4M. Context: driven by APAC expansion (+$1.8M) and enterprise upsells. North America flat. Expect acceleration in Q2.
API example
With a brief (async, $0.05)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "314755a1-3535-59b8-948a-d93487cb8872",
"brief": "Revenue grew 18% to $12.4M. Context: driven by APAC expansion (+$1.8M) and enter..."
}'With structured params (sync, $0.03)
curl -X POST https://api.slideforge.dev/v1/render \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{
"template": "314755a1-3535-59b8-948a-d93487cb8872",
"params": {
"value": "133%",
"label": "Revenue Growth",
"context": "$4.2M → $9.8M in 12 months",
"cards": [
{
"value": "Growth Drivers",
"label": "DRIVER",
"items": [
"DACH expansion +142%",
"Product-led growth in Nordics +89%",
"Enterprise upsell +34%"
]
},
{
"value": "Key Context",
"label": "DRIVER",
"items": [
"2.4x industry average (42%)",
"Previous year: $4.2M",
"Next year target: $18M"
]
}
],
"title": "Revenue growth at 2.4x the industry average validates our approach",
"subtitle": "Revenue Performance Deep Dive",
"footer": "Source: FY2025 audited financials",
"takeaway": "Sustaining 100%+ growth requires DACH scale-up and enterprise focus"
}
}'Tags
Related templates
Dashboard
Grid of KPI cards with metrics, trend indicators, and mini progress bars. The executive 'war room' slide. Each widget shows a label, primary value, change indicator, and optional progress bar. Adapts to 4-9 widgets. Best for executive summaries, monthly reviews, and status dashboards.
KPI Dashboard
Grid of 2-6 KPI metrics with large numbers, labels, and optional trend indicators. Optional takeaway banner at bottom. Best for quarterly reviews, performance snapshots, executive scorecards.
Maturity Results
Maturity assessment results dashboard with a left-side scorecard table (dimensions, current scores, target scores) and a right-side radar/spider chart showing current vs target overlay. Standard consulting visual for capability assessments and gap analysis.
Stat Highlight
Single dramatic statistic displayed large and centered with a label, context line, and optional source. Use to make one number the hero.
Frequently asked questions
How do I render a Metric With Context slide?
Send a POST request to /v1/render with template "314755a1-3535-59b8-948a-d93487cb8872" and your data in the params field. The response includes a .pptx download URL and PNG preview. Template renders cost $0.03 and complete in under 1 second.
What data does the Metric With Context template accept?
The Metric With Context template accepts: value, label, context, cards. Supports 1-3 items. See the parameter reference below for details.
Can I customize the colors and fonts of this template?
Yes — pass a theme_id parameter to apply your custom brand colors, fonts, and logo. SlideForge has 8 built-in themes, or you can create custom themes via the Themes API.
Try this template
Render a Metric With Context slide in under 1 second. $3 free credit, no card required.