titleanyeditorial

Section Divider Slide Template

Bold section break slide with a section number, title, and optional teaser. Uses a stable prompt-backed hero image for showcase previews and falls back to a themed color field when no image is provided.

Try in Playground
Section Divider slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
11
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
value
Section number (e.g. '03')
label
Section title (e.g. 'Financial Projections')
context
Short section teaser (e.g. 'LTV:CAC, burn multiples, and the path to $50M ARR')
section_image
Optional asset_id or HTTPS URL for the section background image. Leave empty for theme fallback.

Example brief

Section 2: Market Analysis - deep dive into competitive landscape.

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": "e05da8e5-74c0-5cda-a969-4a9b2ed7bfcf",
    "brief": "Section 2: Market Analysis - deep dive into competitive landscape...."
  }'

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": "e05da8e5-74c0-5cda-a969-4a9b2ed7bfcf",
  "params": {
    "value": "03",
    "label": "Financial Projections",
    "context": "LTV:CAC, burn multiples, and the path to $50M ARR",
    "section_image": "9d9a6cf94d84f58a"
  }
}'

Tags

sectiondividerbreakchapterseparatortransitionheroimage

Related templates

Frequently asked questions

How do I render a Section Divider slide?

Send a POST request to /v1/render with template "e05da8e5-74c0-5cda-a969-4a9b2ed7bfcf" 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 Section Divider template accept?

The Section Divider template accepts: value, label, context, section_image. Supports 1-1 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 Section Divider slide in under 1 second. $3 free credit, no card required.