Ability to List Existing Gammas with API
E
Eshwaran Venkat
It would be great to have a
/list
endpoint on the gamma api to pull all the gammas that are api generated on our gamma account. Right now, we need to maintain the generation_id
for each APi generated gamma and continue storing for displaying a completed gamma later. It would be good to have a fallback where all gammas can be accessed through an enumeration-like endpoint!Nik Payne (Gamma design)
Hey Eshwaran Venkat, this is super helpful and very clearly explained, thank you. I’ll pass this along to the team, the “fallback enumeration endpoint so we don’t have to persist generation_id forever” use case makes a ton of sense.
Quick couple questions so we design it right:
1) Would you want
/list
to return only API-generated Gammas, or literally everything in the account (with a filter like source=api
)?2) What fields do you need back to make this workable in your app (ex: gamma_id, title, created_at, status, last_updated, preview/thumbnail, original generation_id)?
E
Eshwaran Venkat
Thanks for the response Nik Payne (Gamma design)!
- The priority would be to get API generated gammas, since these are system generated, and will be more numerous than human generated gammas.
- It would be great to have the gamma_id,generation_id(for matching up the generation),created_at,last_updated. The preview / thumbnail is a good idea, but its a nice-to-have right now.
Nik Payne (Gamma design)
Eshwaran Venkat: thank you!
K
Kelvin DeCosta
Yes please, this would be a game changer