Title Slide Slide Template
Deck opener with an editorial hero layout, optional subtitle, and optional presenter / date line. 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 PlaygroundParameters
Example brief
Q2 2026 Strategy Review - market expansion, product roadmap, and growth targets. Presented to the Board of Directors in April 2026.
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": "Q2 2026 Strategy Review - market expansion, product roadmap, and growth targets...."
}'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": {
"title": "Q2 2026 Strategy Review",
"subtitle": "Market expansion, product roadmap, and growth targets",
"presenter": "Board of Directors - April 2026",
"hero_image": "3e9b2794edb4ba82"
}
}'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: title, subtitle, presenter, hero_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 Title Slide slide in under 1 second. $3 free credit, no card required.