Data Source Audio API
This page covers the QAnswer Data Source Audio API endpoints.
Info
Create an API Key Create API Key section.
An AI assistant is required. Create one via the Create AI Assistant API, or follow the Create AI Assistant steps in the application.
Try it
Create the connector
- Create the connector with the following API request.
POST
/api/connectors/audio/create
Try it
Code
Extract the audio content
POST
/api/connectors/audio/extract
Try it
Code
Add the audio content to the connector
POST
/api/connectors/audio/add
Try it
Code