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": {
"items": [
{
"label": "API improvements",
"value": "67%"
},
{
"label": "Template library expansion",
"value": "54%"
},
{
"label": "Multi-language support",
"value": "48%"
},
{
"label": "Real-time collaboration",
"value": "41%"
},
{
"label": "Analytics dashboard",
"value": "38%"
}
],
"title": "API improvements top the list at 67% — customers want more speed and power",
"subtitle": "Q3 Customer Survey Results (n=847)",
"footer": "Customer survey | Q3 2025, response rate 72% (up from 58%)",
"takeaway": "Top 3 requests align with Q4 roadmap — ship API v2 + templates + multi-language"
}
}'Tags
Related templates
Executive Summary
Structured executive summary with 2-4 key metrics at top, a context paragraph in the middle, and a strong recommendation/takeaway at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Quote Slide
Large inspirational or supporting quote with attribution. Use to add authority, break visual rhythm, or lead into a new section.
Team Introduction
Grid of 2-6 team member cards with rounded profile placeholder, name, role/title, and key skills or expertise. Use for project team introductions, pitch decks, or about-us slides.
Three-Column Text
Three equal-width text columns with headings and body text. Use for three-part frameworks, triple bottom line, or any three-category breakdown.
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: items. 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.