closingexecutiveminimal

Key Takeaway Slide Template

Single bold takeaway message with 2-4 supporting points below. Use as a conclusion slide, executive summary, or 'so what' page.

Try in Playground
Key Takeaway slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
11
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title
insight
The main insight — rendered as the emphasised callout. Field is named `insight` (not `takeaway`) because the engine reserves `takeaway` for the slide-level banner; this template uses the callout block as the takeaway.
supporting_points
Supporting evidence or rationale (numbered bullets below the insight)
takeaway
Optional one-line bottom banner; if omitted, no banner renders.

Example brief

Key takeaway: We should invest $2M in AI automation this quarter. Supporting: 1) ROI of 340% within 18 months, 2) Competitors already deploying AI at scale, 3) Internal teams requesting automation tools.

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": "8dedc855-2bde-5f97-8e01-d428de1c7ef8",
    "brief": "Key takeaway: We should invest $2M in AI automation this quarter. Supporting: 1)..."
  }'

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": "8dedc855-2bde-5f97-8e01-d428de1c7ef8",
  "params": {
    "title": "Strategic Recommendation",
    "insight": "Invest $4.2M in AI-powered automation across Operations, Finance, and Customer Service to achieve 340% ROI within 18 months and establish a sustainable competitive advantage in process efficiency.",
    "supporting_points": [
      "Pilot results: 65% productivity gain in Operations (3 business units, 6-month trial)",
      "Competitor benchmark: 4 of 5 market leaders already deploying similar solutions",
      "Cost of inaction: $2.8M annual opportunity cost from manual processes and error rates",
      "Talent retention: 72% of high-performers cite modern tooling as top-3 factor in staying",
      "Timeline: Break-even at month 9, full ROI by month 18 with phased rollout approach"
    ]
  }
}'

Tags

takeawayconclusionsummaryinsightso whatkey messagerecommendationfinding

Related templates

Frequently asked questions

How do I render a Key Takeaway slide?

Send a POST request to /v1/render with template "8dedc855-2bde-5f97-8e01-d428de1c7ef8" 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 Key Takeaway template accept?

The Key Takeaway template accepts: title, insight, supporting_points, takeaway. Supports 1-1 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 Key Takeaway slide in under 1 second. $3 free credit, no card required.