structureexecutivebalanced

Market Sizing Slide Template

TAM/SAM/SOM pyramid with side assumptions list and synthesis Callout. Pyramid alone is provocative but incomplete — assumptions panel lets the audience interrogate the math; the bottom Callout names the implication for strategy/investment.

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

Parameters

Parameter
Description
title
{"type":"str","required":true}
tam_label
TAM tier label (e.g. 'TAM — $48B global market').
sam_label
SAM tier label.
som_label
SOM tier label.
assumptions
Numbered assumptions backing the math.
verdict_title
{"type":"str","required":false}
verdict_text
Implication — what this sizing means for strategy.
takeaway
{"type":"str","required":false}

Example brief

TAM $48B (global enterprise content automation), SAM $7.2B (English + EU markets, 1k-5k headcount), SOM $720M (DACH + UK + Nordics over 3 years, 10% market share). Assumptions: 5-year contract avg, 65% gross margin. Verdict: $720M SOM supports $50M ARR in 3 years if we land 7% share.

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": "847f6667-8013-5b0c-b41c-154a83639792",
    "brief": "TAM $48B (global enterprise content automation), SAM $7.2B (English + EU markets..."
  }'

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": "847f6667-8013-5b0c-b41c-154a83639792",
  "params": {
    "title": "Market sizing — $720M serviceable obtainable market",
    "tam_label": "TAM — $48B global content automation",
    "sam_label": "SAM — $7.2B (EN + EU, 1k-5k headcount)",
    "som_label": "SOM — $720M (DACH + UK + Nordics, 10% share)",
    "assumptions": [
      "TAM: Gartner 2026 enterprise content automation forecast",
      "SAM filter: English-speaking + EU regulatory clearance, 1k-5k FTE",
      "SOM: 10% market share over 3 years (per benchmark cohort)",
      "Avg contract: $250K ARR × 5-year retention"
    ],
    "verdict_title": "$720M SOM supports $50M ARR ambition",
    "verdict_text": "If we land 7% share (not the full 10% SOM), we hit $50M ARR in 3 years. DACH-first sequencing — strong product fit, shortest sales cycle in our pipeline.",
    "takeaway": "$50M ARR is achievable at 7% of the SOM — DACH-first sequencing."
  }
}'

Tags

marketsizingtamsamsomaddressablegtmfundraisingmarket entry

Related templates

Frequently asked questions

How do I render a Market Sizing slide?

Send a POST request to /v1/render with template "847f6667-8013-5b0c-b41c-154a83639792" 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 Market Sizing template accept?

The Market Sizing template accepts: title, tam_label, sam_label, som_label, assumptions, verdict_title, verdict_text, takeaway. Supports 3-5 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 Market Sizing slide in under 1 second. $3 free credit, no card required.