Bullet List Slide Template
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Try in PlaygroundParameters
Example brief
Key findings from customer research: 1) 78% prefer self-service tools, 2) Average response time expectation is under 2 hours, 3) Mobile usage increased 45% year-over-year, 4) Top feature request is real-time notifications, 5) Enterprise buyers require SOC2 compliance as minimum bar.
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": "60d09052-e3a4-5438-b72d-682d7a356aaf",
"brief": "Key findings from customer research: 1) 78% prefer self-service tools, 2) Averag..."
}'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": "60d09052-e3a4-5438-b72d-682d7a356aaf",
"params": {
"title": "Key Findings — Enterprise Customer Research (N=342)",
"subtitle": "Q1 2026 Customer Advisory Board + NPS Survey Results",
"bullets": [
"78% of enterprise buyers prefer self-service onboarding over sales-assisted setup",
"Average expected response time dropped to under 2 hours (was 8 hours in 2024)",
"Mobile usage increased 45% YoY — desktop-only workflows are a churn risk",
"Top feature request: real-time collaborative editing (cited by 64% of respondents)",
"SOC2 Type II is table stakes — 91% require it before procurement review",
"Pricing sensitivity peaks at $50K ACV — above this threshold, buyers expect dedicated CSM",
"Integration ecosystem matters: 72% chose competitor due to native Salesforce connector",
"AI-assisted features drive 3.2x higher engagement but trust concerns limit adoption to 38%"
],
"context": "Survey conducted Jan-Feb 2026 across 342 enterprise accounts ($25K+ ACV). Margin of error ±4.2%. Results segmented by company size, industry, and tenure.",
"takeaway": "Self-serve, speed, and integrations are the top 3 drivers — invest here before new features."
}
}'Tags
Related templates
Decision Brief
Decision-driving slide: recommendation Callout up top, supporting evidence as a bullet List in the middle, key risk as a final Callout at the bottom. Used when the slide needs to drive a yes/no decision — verdict first, then reasoning, then 'what could go wrong'.
Executive Dashboard
Composed exec readout: KPI strip on top, trajectory chart in the middle, insight bullets on the bottom. Standard shape for QBRs, board pre-reads, and quarterly business reviews. Information-dense by design — the slide answers where we are, how we got here, and what it means in one read.
Executive Summary
Executive 1-pager with a KPI strip, icon-led decision context, and bold takeaway banner. The go-to slide for board meetings, sales proposals, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Funnel Analysis
Conversion funnel with side per-stage commentary and verdict Callout. Funnel mode=conversion adds the between-stage drop pills (red/amber/green by severity); the side panel explains the WHY behind each drop; the bottom Callout names the highest-leverage fix.
Frequently asked questions
How do I render a Bullet List slide?
Send a POST request to /v1/render with template "60d09052-e3a4-5438-b72d-682d7a356aaf" 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 Bullet List template accept?
The Bullet List template accepts: title, subtitle, bullets, context, takeaway. Supports 2-8 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 Bullet List slide in under 1 second. $3 free credit, no card required.