cURL
curl --request GET \ --url https://app.demand-iq.com/api/decks/{deckId}/generate/status \ --cookie session=
{ "jobId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "currentSlide": 123, "totalSlides": 123, "error": "<string>" }
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
UUID of the deck
Current job status
pending
processing
completed
failed