cURL
curl --request POST \ --url https://app.demandiq.com/api/presentations/{presentationId}/events \ --header 'Content-Type: application/json' \ --data ' { "_token": "<string>", "type": "slide_viewed" } '
{ "success": true, "error": "<string>" }
Submit a presentation event for tracking. Supports multiple event types: Q&A interactions, slide views, CTA clicks, and presentation opens. Requires HMAC authentication via the _token field.
_token
Presentation ID
HMAC authentication token
Event type. Omit for Q&A log events.
slide_viewed
cta_clicked
presentation_opened
action_detection
action_execution
Event recorded