metricsmanagementbalanced

Metric With Context Slide Template

Split layout with 1-3 KPI metrics on the left and narrative context or analysis on the right. Combines data and storytelling.

Try in Playground
Metric With Context slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
13
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
value
{"type":"string"}
label
{"type":"string"}
context
{"type":"string"}
cards
Array of cards items

Example brief

Revenue grew 18% to $12.4M. Context: driven by APAC expansion (+$1.8M) and enterprise upsells. North America flat. Expect acceleration in Q2.

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": "314755a1-3535-59b8-948a-d93487cb8872",
    "brief": "Revenue grew 18% to $12.4M. Context: driven by APAC expansion (+$1.8M) and enter..."
  }'

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": "314755a1-3535-59b8-948a-d93487cb8872",
  "params": {
    "value": "133%",
    "label": "Revenue Growth",
    "context": "$4.2M → $9.8M in 12 months",
    "cards": [
      {
        "value": "Growth Drivers",
        "label": "DRIVER",
        "items": [
          "DACH expansion +142%",
          "Product-led growth in Nordics +89%",
          "Enterprise upsell +34%"
        ]
      },
      {
        "value": "Key Context",
        "label": "DRIVER",
        "items": [
          "2.4x industry average (42%)",
          "Previous year: $4.2M",
          "Next year target: $18M"
        ]
      }
    ],
    "title": "Revenue growth at 2.4x the industry average validates our approach",
    "subtitle": "Revenue Performance Deep Dive",
    "footer": "Source: FY2025 audited financials",
    "takeaway": "Sustaining 100%+ growth requires DACH scale-up and enterprise focus"
  }
}'

Tags

metriccontextanalysiscommentarysplitdata narrativekpi explanation

Related templates

Frequently asked questions

How do I render a Metric With Context slide?

Send a POST request to /v1/render with template "314755a1-3535-59b8-948a-d93487cb8872" 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 Metric With Context template accept?

The Metric With Context template accepts: value, label, context, cards. Supports 1-3 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 Metric With Context slide in under 1 second. $3 free credit, no card required.