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 PlaygroundParameters
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
Related templates
Agenda
Numbered agenda slide listing 3-8 topics or sections. Each item has a title and optional time/description. Use at the start of a presentation.
Data Table
Structured data table using a native PowerPoint table object. Fully editable in PowerPoint — resize columns, sort, add rows, copy/paste as tabular data. Header row, alternating row colors, optional row highlighting. Best for sales data, comparison tables, status summaries, feature matrices, and any tabular data.
Enterprise Capability Model
Capability decomposition grid — 2-4 domain columns (e.g. Core / Supporting / Foundational) with 4-8 capability tiles per column. Three styles: `standard` plain tiles, `matrix` tiles with sub-capabilities, `heatmap` tiles tinted by maturity level (1-5). Best for enterprise/business architecture, target operating model decomposition, and capability strategy slides.
Feature Prioritization Map
2-axis scatter plot with optional bubble size and quadrant labels. Classic shape for impact × effort, value × complexity, benefit × cost. Points are placed on continuous numeric axes (not categorical buckets). Optional bubble size adds a third dimension (e.g. revenue, user count). Best for prioritization backlogs, market maps, portfolio positioning, and value/effort conversations.
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.