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:
Appexposes endpoints to return and schedule audio transcriptionWorkertranscribes the audio and saves transcription to MongoDB