Executive Summary Slide Template
Executive 1-pager with a KPI strip, icon-led decision context, and bold takeaway banner. The go-to slide for board meetings, sales proposals, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Try in PlaygroundParameters
Example brief
Executive summary for an operating review: $18.4M quarterly revenue, 61% gross margin, 112% net retention, 18 months runway. Context: growth is ahead of plan, security review capacity is the critical bottleneck, and cloud spend needs FinOps discipline. Recommendation: fund security capacity and shift budget into margin recovery.
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": "6b1dd6a0-d220-56fd-8fe0-a6ea4d8d3010",
"brief": "Executive summary for an operating review: $18.4M quarterly revenue, 61% gross m..."
}'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": "6b1dd6a0-d220-56fd-8fe0-a6ea4d8d3010",
"params": {
"title": "Operating review - growth is ahead, margin needs active recovery",
"metrics": [
{
"value": "$18.4M",
"label": "Revenue",
"delta": "+24%",
"deltaType": "up"
},
{
"value": "61%",
"label": "Gross margin",
"delta": "+5pp",
"deltaType": "up"
},
{
"value": "112%",
"label": "Net retention",
"delta": "+4pp",
"deltaType": "up"
},
{
"value": "18 mo",
"label": "Runway",
"delta": "+2 mo",
"deltaType": "up"
}
],
"context_items": [
{
"label": "Growth engine",
"icon": "trending-up",
"detail": "Healthcare expansion and renewals are carrying the quarter above plan"
},
{
"label": "Launch bottleneck",
"icon": "shield",
"detail": "Security review capacity is now the largest launch bottleneck"
},
{
"label": "Margin watch",
"icon": "cloud",
"detail": "EU cloud spend is growing faster than revenue and needs FinOps controls"
},
{
"label": "Leadership decision",
"icon": "target",
"detail": "Fund security capacity and rebalance the Q4 budget"
}
],
"takeaway": "Protect growth by funding security capacity and moving budget into margin recovery."
}
}'Tags
Related templates
Bullet List
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Decision Brief
Decision-driving slide: recommendation Callout up top, supporting evidence as a bullet List in the middle, key risk as a final Callout at the bottom. Used when the slide needs to drive a yes/no decision — verdict first, then reasoning, then 'what could go wrong'.
Executive Dashboard
Composed exec readout: KPI strip on top, trajectory chart in the middle, insight bullets on the bottom. Standard shape for QBRs, board pre-reads, and quarterly business reviews. Information-dense by design — the slide answers where we are, how we got here, and what it means in one read.
Funnel Analysis
Conversion funnel with side per-stage commentary and verdict Callout. Funnel mode=conversion adds the between-stage drop pills (red/amber/green by severity); the side panel explains the WHY behind each drop; the bottom Callout names the highest-leverage fix.
Frequently asked questions
How do I render a Executive Summary slide?
Send a POST request to /v1/render with template "6b1dd6a0-d220-56fd-8fe0-a6ea4d8d3010" 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 Executive Summary template accept?
The Executive Summary template accepts: title, metrics, context_items, takeaway. Supports 2-5 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 Executive Summary slide in under 1 second. $3 free credit, no card required.