Title Slide Slide Template
Large centered title with optional subtitle and accent bar. Use for deck openers, section dividers, or chapter breaks. Clean and minimal — sets the tone for what follows.
Try in PlaygroundParameters
Example brief
Q1 2026 Strategy Review — North America Region. Presented to the Executive Leadership Team.
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": "815a90e1-96a5-5309-aec8-a4e2ee25f94a",
"brief": "Q1 2026 Strategy Review — North America Region. Presented to the Executive Leade..."
}'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": "815a90e1-96a5-5309-aec8-a4e2ee25f94a",
"params": {
"value": "DACH 2026",
"label": "Market Entry Strategy",
"context": "Confidential — prepared for the Board of Directors by Strategy & Growth Team",
"title": "AI Platform Market Entry Strategy — DACH Region 2026",
"subtitle": "Confidential Board Presentation",
"footer": "Strategy & Growth Team | March 2026"
}
}'Tags
Related templates
Frequently asked questions
How do I render a Title Slide slide?
Send a POST request to /v1/render with template "815a90e1-96a5-5309-aec8-a4e2ee25f94a" 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 Title Slide template accept?
The Title Slide 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 Title Slide slide in under 1 second. $3 free credit, no card required.