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
items
Array of items items

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

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: 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.