cURL
curl --request GET \ --url https://app.demand-iq.com/api/presentations/{presentationId}/status
{ "status": "not_started", "slidesReady": 123, "totalSlides": 123 }
Returns the current processing status and slide readiness.
UUID of the presentation
Presentation status
not_started
pending
processing
ready
failed