Transcribe audio via API.
GET
Get audio transcription
GET /api/audio?url=<audio_url>
POST
Schedule audio for transcription
/api/audio
{
url: audio url,
ADMIN_ACCESS_TOKEN: access key to schedule audio
}
Service consists of app
and worker
:
App
exposes endpoints to return and schedule audio transcriptionWorker
transcribes the audio and saves transcription to MongoDB