Section Divider Slide Template
Bold section break slide with large section number, title, and optional subtitle. Use between major sections of a deck to create visual rhythm.
Try in PlaygroundParameters
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": "Section 5",
"label": "Financial Projections & Unit Economics",
"context": "3-year revenue model, cost structure, path to profitability, and key financial assumptions",
"title": "Financial Projections & Unit Economics"
}
}'Tags
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. 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.