Thank You Slide Template
Clean closing slide with a thank you message and optional contact details.
Try in PlaygroundParameters
Example brief
Thank you slide. Contact: Sarah Chen, Chief Strategy Officer, sarah.chen@company.com. Questions welcome.
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": "64dc0a1d-27e9-5129-828e-0ba1d45584f0",
"brief": "Thank you slide. Contact: Sarah Chen, Chief Strategy Officer, sarah.chen@company..."
}'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": "64dc0a1d-27e9-5129-828e-0ba1d45584f0",
"params": {
"text": "Questions?",
"attribution": "Sarah Chen, CEO | sarah@slideforge.dev | +41 79 123 4567",
"title": "Thank you for your time",
"footer": "Next steps: Follow-up meeting April 15 | Materials shared via email"
}
}'Tags
Related templates
Key Takeaway
Single bold takeaway message with 2-4 supporting points below. Use as a conclusion slide, executive summary, or 'so what' page.
Next Steps
Action item checklist with task descriptions, owners, and optional deadlines. Use as a closing slide to drive accountability after a presentation.
Frequently asked questions
How do I render a Thank You slide?
Send a POST request to /v1/render with template "64dc0a1d-27e9-5129-828e-0ba1d45584f0" 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 Thank You template accept?
The Thank You template accepts: text, attribution. 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 Thank You slide in under 1 second. $3 free credit, no card required.