cURL
curl --request POST \ --url https://app.demand-iq.com/api/presentations/{presentationId}/events \ --header 'Content-Type: application/json' \ --data ' { "_token": "<string>", "type": "presentation_opened", "slideId": "<string>", "slideIndex": 123, "durationMs": 123, "ctaType": "<string>", "ctaLabel": "<string>" } '
{ "success": true }
Ingests interaction events from the presentation viewer (slide views, CTA clicks, Q&A logs). Authenticated via an HMAC token in the request body.
HMAC authentication token
Event type
presentation_opened
slide_viewed
cta_clicked
action_detection
action_execution
Event recorded