cURL
curl --request POST \ --url https://app.demand-iq.com/api/decks/{deckId}/faqs \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "userQuestion": "<string>", "cannedAnswer": "<string>", "relatedSlideId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "warning": "<string>" }
Creates a FAQ and automatically generates TTS audio for the answer.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
UUID of the deck
FAQ created
Show child attributes
Present if audio generation failed (FAQ is still saved)