Hi Gamma team 👋
I’m working with the Create from Template API (v1.0) to programmatically generate decks from an existing Gamma template. I can see how to pass gammaId, prompt, themeId, etc. in the request as described in the docs.
Two things I’d love help with:
- 1.
Text placeholders – is there a recommended way to define and replace placeholder text in a template via the API (e.g., replace {{title}}, {{subtitle}}, etc.)?
- 2.
Conditional content controls – can I show/hide certain bars/sections or set numeric values (like bar chart values) dynamically via API parameters?
Happy to share examples of use case if helpful. Thanks!