curl --request POST \
--url https://app.demandiq.com/api/actions \
--header 'Content-Type: application/json' \
--data '
{
"input": "Go to slide 3",
"presentationId": "<string>",
"context": {
"currentSlide": 2,
"totalSlides": 2,
"isPlaying": true,
"volume": 50,
"awaitingResume": true,
"didNavigateToNewSlide": true
}
}
'