EkaScribe
Audio Transcription
Eka Care’s ASR (Automatic Speech Recognition) API for medical speech transcription converts spoken medical language into accurate text. It’s designed to understand medical terminology, drug names, procedures, and diseases etc.
POST
Audio Requirements:
- Supported Formats: wav, mp3, m4a
- Preferred Sampling Rate: 16kHz
- File Size Limit: 5MB
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Language code for the audio to be transcribed. Only the following codes are supported:
en-IN
: English (India)en-US
: English (United States)hi
: Hindita
: Tamilte
: Telugukn
: Kannadaml
: Malayalambn
: Bengaligu
: Gujaratimr
: Marathipa
: Punjabi
Available options:
en-IN
, en-US
, hi
, ta
, te
, kn
, ml
, bn
, gu
, mr
, pa
Example:
"en-IN"
Body
multipart/form-data
The audio file to be uploaded from your local system. Supports formats wav, mp3, and m4a.
Response
200
application/json
Successful transcription
Transcribed text from the audio.