Executive Summary Slide Template
Structured executive summary with 2-4 key metrics at top, a context paragraph in the middle, and a strong recommendation/takeaway at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Try in PlaygroundParameters
Example brief
Executive summary: Revenue $12.4M (+18% YoY), clients 847 (+23%), retention 94.2%, NPS 4.7. Context: APAC expansion driving growth, SMB churn uptick. Recommendation: Double APAC investment, launch SMB retention program.
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: Revenue $12.4M (+18% YoY), clients 847 (+23%), retention 94.2..."
}'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": {
"metrics": [
{
"value": "$8.5M",
"label": "Revenue",
"trend": "+14%",
"trend_dir": "up"
},
{
"value": "234",
"label": "Enterprise Clients",
"trend": "+28%",
"trend_dir": "up"
},
{
"value": "71%",
"label": "Gross Margin"
},
{
"value": "4.6",
"label": "NPS /5.0"
}
],
"left": {
"header": "Performance Narrative",
"text": "DACH region drives 60% of new growth. SMB churn at 8.2% requires immediate action."
},
"right": {
"header": "Recommendations",
"items": [
"Double DACH sales team to capture regional momentum",
"Launch partner program to scale delivery capacity",
"Introduce annual contracts to reduce SMB churn"
]
},
"title": "DACH growth and margin strength offset rising SMB churn",
"subtitle": "Executive Summary — Q3 2025",
"footer": "Executive summary | Q3 2025 Performance",
"takeaway": "Act now on DACH and SMB levers to lock in 20%+ growth"
}
}'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.
Quote Slide
Large inspirational or supporting quote with attribution. Use to add authority, break visual rhythm, or lead into a new section.
Team Introduction
Grid of 2-6 team member cards with rounded profile placeholder, name, role/title, and key skills or expertise. Use for project team introductions, pitch decks, or about-us slides.
Three-Column Text
Three equal-width text columns with headings and body text. Use for three-part frameworks, triple bottom line, or any three-category breakdown.
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: metrics, left, right. Supports 2-4 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.