References & Sources
References slide: six cited works with venues and locators.
Try in PlaygroundExample brief
Create the closing references slide for an academic engineering deck citing six works: a structural systems textbook (MIT Press 2024, chapters 4-6), Eurocode 3 EN 1993-1-1, a tension structures monograph, the Munich Olympic Stadium ArchDaily case documentation, a 2025 cable-net monitoring study with DOI, and a PTFE membrane durability review.
Render it
Structured intent — create_slide payload
Copy-paste-ready. Renders deterministically (verbatim, no LLM). Add a theme_id for any of the built-in themes — the layout stays identical.
{
"form": "hero_statement",
"variant": "references_list",
"headline": "References & Sources",
"context": "Peer-reviewed research and primary documentation cited in this deck.",
"blocks": [
{
"label": "Structural Systems in Architecture",
"sub": "MIT Press, 2024",
"detail": [
"Chapters 4-6: tensile and cantilever systems"
]
},
{
"label": "Eurocode 3: Design of Steel Structures",
"sub": "CEN, EN 1993-1-1",
"detail": [
"Sections on serviceability limits"
]
},
{
"label": "Tension Structures: Form and Behaviour",
"sub": "Thomas Telford, 2023 (2nd ed.)",
"detail": []
},
{
"label": "Munich Olympic Stadium — case documentation",
"sub": "ArchDaily, 2022",
"detail": [
"archdaily.com/olympiastadion-munich"
]
},
{
"label": "Cable-net roof monitoring study",
"sub": "Journal of Structural Engineering, 2025",
"detail": [
"doi:10.1061/JSENDH.2025.1142"
]
},
{
"label": "PTFE membrane durability review",
"sub": "Construction Materials Review, 2024",
"detail": []
}
]
}cURL (REST)
curl -X POST https://api.slideforge.dev/v1/render/intent \
-H "Authorization: Bearer sf_live_..." \
-H "Content-Type: application/json" \
-d '{"form":"hero_statement","variant":"references_list","headline":"References & Sources","context":"Peer-reviewed research and primary documentation cited in this deck.","blocks":[{"label":"Structural Systems in Architecture","sub":"MIT Press, 2024","detail":["Chapters 4-6: tensile and cantilever systems"]},{"label":"Eurocode 3: Design of Steel Structures","sub":"CEN, EN 1993-1-1","detail":["Sections on serviceability limits"]},{"label":"Tension Structures: Form and Behaviour","sub":"Thomas Telford, 2023 (2nd ed.)","detail":[]},{"label":"Munich Olympic Stadium — case documentation","sub":"ArchDaily, 2022","detail":["archdaily.com/olympiastadion-munich"]},{"label":"Cable-net roof monitoring study","sub":"Journal of Structural Engineering, 2025","detail":["doi:10.1061/JSENDH.2025.1142"]},{"label":"PTFE membrane durability review","sub":"Construction Materials Review, 2024","detail":[]}]}'Frequently asked questions
How do I render the References & Sources template?
Send a POST to /v1/render/auto with a brief, or call create_slide via MCP with the structured intent shown below. The response includes an editable .pptx, a PDF, and a PNG. $0.05 per slide.
Does an AI write the slide?
No. SlideForge renders deterministically from a structured intent — no LLM draws the slide, so text is never mangled or fabricated. The optional brief path uses a router to pick the pattern, then renders deterministically.
Can I customize the colors and fonts?
Yes. Pass a theme_id to apply a built-in or custom brand theme; the layout stays the same.
Try this template
Render References & Sources deterministically — editable PowerPoint in under a second.