curl --request POST \ --url https://app.demandiq.com/api/decks/{deckId}/faqs \ --header 'Content-Type: application/json' \ --data '{ "userQuestion": "How long does installation take?", "cannedAnswer": "A typical installation takes one to two business days.", "relatedSlideId": "<string>"}'
Add an FAQ to a deck. Automatically generates TTS audio for the answer.
POST
/
api
/
decks
/
{deckId}
/
faqs
Create an FAQ
curl --request POST \ --url https://app.demandiq.com/api/decks/{deckId}/faqs \ --header 'Content-Type: application/json' \ --data '{ "userQuestion": "How long does installation take?", "cannedAnswer": "A typical installation takes one to two business days.", "relatedSlideId": "<string>"}'