cURL
curl --request POST \ --url https://app.demand-iq.com/api/narration/resume \ --header 'Content-Type: application/json' \ --data ' { "deckId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "presentationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "voiceId": "<string>", "language": "en" } '
{ "slideId": "<string>", "script": "<string>", "audioUrl": "<string>", "source": "elevenlabs", "wordTimings": [ { "word": "<string>", "startTime": 123, "endTime": 123 } ] }
Generates the spoken bridge from Q&A back into the presentation, using the deck’s configured transition prompt.
"en"
Resume narration audio
Accessible URL for the synthesized audio
elevenlabs
openai
fallback
Show child attributes