TAM SAM SOM Slide Template
Concentric circles showing Total Addressable Market (TAM), Serviceable Addressable Market (SAM), and Serviceable Obtainable Market (SOM). Each ring has a label and dollar/unit value. Standard investor deck visual for market sizing.
Try in PlaygroundParameters
Example brief
Market sizing: TAM $45B (global presentation software), SAM $12B (AI-powered slide generation), SOM $480M (API-first consulting slides, year 1 target $2M).
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": "259013b5-d21b-5376-8db1-30f581f247ec",
"brief": "Market sizing: TAM $45B (global presentation software), SAM $12B (AI-powered sli..."
}'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": "259013b5-d21b-5376-8db1-30f581f247ec",
"params": {
"nodes": [
{
"label": "TAM",
"value": "$4.2B",
"description": "European presentation & document automation software, 12% CAGR"
},
{
"label": "SAM",
"value": "$1.1B",
"description": "AI-powered presentation tools for enterprise, 28% CAGR"
},
{
"label": "SOM",
"value": "$42M",
"description": "API-first platforms for consulting & professional services, 45% CAGR"
}
],
"title": "Addressable market of $1.1B with clear path to $42M SOM",
"subtitle": "Market Sizing",
"footer": "Market sizing | Source: Gartner + internal analysis",
"takeaway": "SOM growing 45% annually — fastest segment, lowest competition"
}
}'Tags
Related templates
Dashboard
Grid of KPI cards with metrics, trend indicators, and mini progress bars. The executive 'war room' slide. Each widget shows a label, primary value, change indicator, and optional progress bar. Adapts to 4-9 widgets. Best for executive summaries, monthly reviews, and status dashboards.
KPI Dashboard
Grid of 2-6 KPI metrics with large numbers, labels, and optional trend indicators. Optional takeaway banner at bottom. Best for quarterly reviews, performance snapshots, executive scorecards.
Maturity Results
Maturity assessment results dashboard with a left-side scorecard table (dimensions, current scores, target scores) and a right-side radar/spider chart showing current vs target overlay. Standard consulting visual for capability assessments and gap analysis.
Metric With Context
Split layout with 1-3 KPI metrics on the left and narrative context or analysis on the right. Combines data and storytelling.
Frequently asked questions
How do I render a TAM SAM SOM slide?
Send a POST request to /v1/render with template "259013b5-d21b-5376-8db1-30f581f247ec" 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 TAM SAM SOM template accept?
The TAM SAM SOM template accepts: nodes. Supports 2-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 TAM SAM SOM slide in under 1 second. $3 free credit, no card required.