cURL
curl --request GET \ --url https://app.demand-iq.com/api/decks/{deckId}/qa-settings \ --cookie session=
{ "qaSettings": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "resumePromptText": "<string>", "transitionPromptText": "<string>", "resumeAudioUrl": "<string>", "resumeVoiceId": "<string>", "transitionAudioUrl": "<string>", "transitionVoiceId": "<string>" } }
Returns the customizable resume and transition prompts for the deck’s Q&A experience.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
UUID of the deck
Q&A settings
Show child attributes