closingexternaleditorial

Thank You Slide Template

Closing slide with an editorial hero layout, headline message, and optional contact attribution. 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
Thank You slide template preview — rendered with SlideForge
Cost
$0.03/slide
Speed
<1 second
Items
11
Output
.pptx + PDF + PNG

Parameters

Parameter
Description
message
Big headline message (default: 'Thank you')
attribution
Name or contact owner
attribution_role
Role / company / email line below the attribution name
closing_image
Optional asset_id or HTTPS URL for the closing background image. Leave empty for theme fallback.

Example brief

Thank you slide. Main message: 'Questions?'. Attribution: Sarah Chen, Managing Director, sarah@company.com

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. Main message: 'Questions?'. Attribution: Sarah Chen, Managing D..."
  }'

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": {
    "message": "Questions?",
    "attribution": "Sarah Chen",
    "attribution_role": "Managing Director - sarah.chen@meridianpartners.com",
    "closing_image": "2fbbd6e71c9d2dbb"
  }
}'

Tags

thank youclosingendcontactquestionswrap upfinal slideheroimage

Related templates

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: message, attribution, attribution_role, closing_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 Thank You slide in under 1 second. $3 free credit, no card required.