API image upload limitations, error handling, and stability updates for Meet Gamma beta and v1.0 release
Hey! Great questions - let me address these: Image uploads: Currently the API only supports image URLs in inputText, not direct file uploads. You'd insert URLs like:
# My Presentation
https://example.com/image1.jpg
Some text here
If you want to use ONLY your images (no AI generation), set imageOptions.source to noImages. If direct upload would be valuable for your workflow, feel free to add it to our feedback board: https://meetgamma.canny.io/ Error handling for failed image URLs: The docs don't explicitly say what happens when an image URL fails. The generation should complete (maybe with a placeholder or skipping the failed image), but you won't get explicit errors about it in the response. If you have suggestions for how this should work, our feedback board is the place: https://meetgamma.canny.io/ Documentation & stability concerns: The API is marked as "beta" with possible breaking changes noted. Now that v1.0 is GA (Nov 5), the core endpoints are stable - the beta note refers to ongoing feature additions rather than breaking existing functionality. Luca I. - image generation: The Cloudflare instability you mentioned is likely the culprit - a lot of upstream image generation providers rely on Cloudflare, so when that goes sideways it can cause partial failures. Should be cleared up now but if you're still seeing it, drop the generationId and I can dig into the logs to see what happened. The API is getting better and this kind of feedback helps. Thanks for the detailed thoughts!
