Use themes and folders
How to use the themes and folders endpoints to fetch the IDs you need for generation requests.
Quick reference
List themes
curl -X GET https://public-api.gamma.app/v1.0/themes \
-H "X-API-KEY: sk-gamma-xxxxxxxx"{
"id": "abcdefghi",
"name": "Prism",
"type": "custom",
"colorKeywords": ["light","blue","pink","purple","pastel","gradient","vibrant"],
"toneKeywords": ["playful","friendly","creative","inspirational","fun"]
}List folders
Pagination
Searching by name
Related
Last updated
Was this helpful?