Submit a question during a presentation. Routes through FAQ matching (exact, then semantic) and falls back to AI generation. Supports both authenticated admin and public access.
POST
/
api
/
qa
Ask a question
curl --request POST \ --url https://app.demandiq.com/api/qa \ --header 'Content-Type: application/json' \ --data '{ "question": "How long does solar panel installation take?", "slideId": "<string>", "history": [ { "role": "user", "content": "<string>" } ], "voiceId": "<string>", "deckId": "<string>", "presentationId": "<string>", "language": "en"}'