Add POST to /themes API endpoint
Adrian Hannigan
Allow creation of themes from the API.
Nik Payne (Gamma design)
Hey Adrian Hannigan, appreciate the clear ask here. I’ll pass this along to the team. Quick couple questions so we build the right thing: 1) what’s your main workflow for creating themes via API (ex: generate per customer, sync from a design system, CI step)? 2) what would the minimum POST payload need to include for you (colors, fonts, spacing, logo, anything else), and should it return a theme ID you can apply immediately to a doc/deck?
Adrian Hannigan
Nik Payne (Gamma design)
1) Yes, basically both of those, syncing data from a design system per customer
2) Ideally colors (theme palette, text, background), fonts, some level of control over design would be nice, and logo)
Yes, expected response would include a themeId that I can immediately use on the
POST /generations
endpoint