narrativeexecutivebalanced

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 Playground
Executive Summary slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
24
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
metrics
Array of metrics items
left
{"type":"object","properties":{"header":{"type":"string"},"text":{"type":"string"}}}
right
{"type":"object","properties":{"header":{"type":"string"},"items":{"type":"array","items":{"type":"string"}}}}

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

executive summaryoverviewbriefingboardC-suiteinvestorone-pagersummaryrecommendationinsight

Related templates

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.