cURL
curl --request GET \ --url https://app.demandiq.com/api/decks/{deckId}/generate/status
{ "status": "<string>", "progress": 123, "currentSlide": 123, "totalSlides": 123, "errors": [ "<string>" ] }
Check the status of a slide generation job. Reports progress, current slide count, and any errors.
Deck ID
Specific job ID to check. Defaults to the latest job.
Generation job status