Thank you. I hope its soon.
Question: For "exportAs" we can use multiple options? So it would be: (added an example)
curl --request POST \
--url https://public-api.gamma.app/v0.2/generations \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: ilovegamma' \
--header 'accept: application/json' \
--data '
{
"inputText": "Example text",
"exportAs": "pdf, pptx",
"sharingOptions": {
"externalAccess": "view",
"workspaceAccess": "noAccess"
},
"imageOptions": {
"source": "aiGenerated",
"model": "flux-1-quick",
"style": "minimal lineart style illustration with a hearts"
},
"additionalInstructions": "Make the titles catchy",
"cardSplit": "auto",
"numCards": 3,
"format": "presentation",
"textMode": "generate"
}
'
Also will there be a page for all of the themes for Gamma?