Interview Question/Answer File Type Conversion
This endpoint allows you to convert an Interview Answer Audio to text for storing & Interview Question Text to Audio for playing on client side purposes
1. Convert Interview Question Text to Audio
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
textstringRequired
Question Text
Responses
200
Interview Audio Created
application/json
datastring Β· binaryRequired
400
Bad request
409
Conflict
post
/api/v1/interviewAudio/audioFromText2. Interview Answer Audio to Text
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
orgIdstringRequired
The organization ID
interviewIdstringRequired
The interview ID
interviewMessageIdstringRequired
The interview message ID
filestring Β· binaryRequired
The file to upload
Responses
200
Interview Answer transcript Created
application/json
datastringRequired
answerLocationstringRequired
400
Bad request
409
Conflict
post
/api/v1/interviewAudio/textFromAudioLast updated