narrativeanytext-heavy

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 Playground
Bullet List slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
28
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
title
Slide title
subtitle
Subtitle or context line
bullets
Main bullet points
context
Additional context or analysis below the bullets
takeaway
One-sentence key insight or recommendation. Must be concise (under 20 words).

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

bulletslistpointscontenttextsimplegeneral purposenotesfindings

Related templates

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.