Description: Using Open AI API's mini-transcribe endpoint, implement transcription of the audio file sent from the Frontend. Transcription should be saved to the AnswerFeedback table in the database.
Request:
Just the audio file, most likely an .mp3
Json Contract:
{
"text": "I have ample experience with RESTFUL API's and Rails architecture because I studied at the greatest Software Engineering School of all time, the Turing School of Software and Design..."
}
Description: Using Open AI API's mini-transcribe endpoint, implement transcription of the audio file sent from the Frontend. Transcription should be saved to the AnswerFeedback table in the database.
Request:
Just the audio file, most likely an .mp3
Json Contract:
{
"text": "I have ample experience with RESTFUL API's and Rails architecture because I studied at the greatest Software Engineering School of all time, the Turing School of Software and Design..."
}