Hey All, currently encountering a limitation with <https://public-api.gamma.app/v1.0/themes> API. This API does not return a preview image in it's response nor does it return the actual HEX colors, Fonts etc (that would allow someone to create such a preview). Can this please be added in the response?
Without this it is hard to use this in our application? Here is the current response
cc: <@U08FR0P1R7B>
&gt; {
&gt; "data": [
&gt; {
&gt; "id": "theme_abc123",
&gt; "name": "Corporate Blue",
&gt; "colorKeywords": [
&gt; "blue",
&gt; "professional",
&gt; "modern"
&gt; ],
&gt; "toneKeywords": [
&gt; "formal",
&gt; "business"
&gt; ],
&gt; "type": "standard"
&gt; }
&gt; ],
&gt; "hasMore": true,
&gt; "nextCursor": "eyJpZCI6IjQ1NiJ9"
&gt; }