Quote Slide Slide Template
Large inspirational or supporting quote with attribution. Use to add authority, break visual rhythm, or lead into a new section.
Try in PlaygroundParameters
Example brief
Quote: 'The best way to predict the future is to create it.' - Peter Drucker, Management Consultant
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": "3f974b8e-d0d5-5ca3-a617-413692a378ae",
"brief": "Quote: 'The best way to predict the future is to create it.' - Peter Drucker, Ma..."
}'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": "3f974b8e-d0d5-5ca3-a617-413692a378ae",
"params": {
"text": "SlideForge reduced our deck creation time from 2 days to 15 minutes. The API integration with our CRM means sales reps get personalized pitch decks automatically. It's a game-changer for our 200-person sales team.",
"attribution": "Lisa Park, VP Sales, TechCorp Europe",
"title": "Customer testimonial validates API-first approach",
"footer": "Source: Q3 2025 customer interview"
}
}'Tags
Related templates
Bullet List
Clean slide with a title and structured bullet points. Each point gets a numbered badge for visual structure. Supports optional context and takeaway. The simplest and most versatile content template.
Executive Summary
Structured executive summary with 2-4 key metrics at top, a context paragraph in the middle, and a strong recommendation/takeaway at the bottom. The go-to slide for board meetings, investor updates, and C-suite briefings where leaders need the full picture in one glance.
Team Introduction
Grid of 2-6 team member cards with rounded profile placeholder, name, role/title, and key skills or expertise. Use for project team introductions, pitch decks, or about-us slides.
Three-Column Text
Three equal-width text columns with headings and body text. Use for three-part frameworks, triple bottom line, or any three-category breakdown.
Frequently asked questions
How do I render a Quote Slide slide?
Send a POST request to /v1/render with template "3f974b8e-d0d5-5ca3-a617-413692a378ae" 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 Quote Slide template accept?
The Quote Slide 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 Quote Slide slide in under 1 second. $3 free credit, no card required.