We're using a custom FastAPI backend integration. Thanks for the insights!
When we log the completed response, the exports object is missing entirely. We've implemented the polling with a 5-second interval for up to 5 minutes, but we'll add additional delay even after status shows 'completed'.
A few questions:
- 1.
Is there a specific endpoint to check export status separately from generation status?
- 2.
For URL expiration - should we implement server-side download and storage instead of passing URLs to frontend?
- 3.
Are there any specific headers or parameters we should include to prioritize PPTX generation?