metricsexecutiveminimal

Stat Highlight Slide Template

Single dramatic statistic displayed large and centered with a label, context line, and optional source. Use to make one number the hero.

Try in Playground
Stat Highlight 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 (optional)
value
The hero number (e.g. '340%')
label
What the number means
context
Additional context
evidence
Optional proof bullets supporting the statistic.
implication_title
Short heading for the implication callout.
implication_text
What the audience should do with this number.

Example brief

Hero stat: 340% ROI on AI automation investment within 18 months. Based on pilot program results across 3 business units.

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": "61e08448-2a97-5f1f-994c-42b84e2f6aad",
    "brief": "Hero stat: 340% ROI on AI automation investment within 18 months. Based on pilot..."
  }'

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": "61e08448-2a97-5f1f-994c-42b84e2f6aad",
  "params": {
    "title": "The AI Automation Opportunity",
    "value": "340%",
    "label": "Return on Investment within 18 Months",
    "context": "Based on pilot program results across 3 business units (Operations, Finance, Customer Service). Measured against fully-loaded implementation cost of $1.2M including licensing, integration, training, and change management. Productivity gains account for 65% of ROI; error reduction and compliance savings make up the remaining 35%.",
    "evidence": [
      "Pilot covered Operations, Finance, and Customer Service.",
      "$1.2M fully loaded implementation cost.",
      "Productivity gains explain 65% of the return."
    ],
    "implication_title": "Scale the playbook",
    "implication_text": "Fund the next two automations where volume and error-cost are highest."
  }
}'

Tags

statisticnumberhighlightherosingle metricbig numberdata pointimpact

Related templates

Frequently asked questions

How do I render a Stat Highlight slide?

Send a POST request to /v1/render with template "61e08448-2a97-5f1f-994c-42b84e2f6aad" 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 Stat Highlight template accept?

The Stat Highlight template accepts: title, value, label, context, evidence, implication_title, implication_text. 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 Stat Highlight slide in under 1 second. $3 free credit, no card required.