The Speech-to-Text API powered by Reverie’s AI technology accurately converts speech into text. The solution can transcribe audio files of various Indian languages and audio formats.
REV-APPNAME
, REV-APP-ID
, and REV-API-KEY
.URL Elements | Sample URL |
---|---|
https://(hostname) | https://revapi.reverieinc.com/upload |
stt_batch
hi
16k_int16
. (WAV, Signed 16 bit, 16,000 or 16K Hz).Code | Message |
---|---|
000 | Success. Request accepted |
001 | Language code is required |
002 | File type not supported. Upload only wav, flac or mp3 formats. Preferred format for transcription is wav files |
003 | Language and/or Domain not available |
004 | File type not supported. Upload only wav, flac or mp3 formats. Preferred format for transcription is wav files |
999 | Unknown error, please contact developer |
URL Elements | Sample URL |
---|---|
https://(hostname) | https://revapi.reverieinc.com/status?job_id=<job_id> |
job_id
received after uploading the file.queued
, processing
, failed
and completed
Status | Description |
---|---|
queued | When the file is successfully validated, the request is queued for processing. |
processing | The transcript generation process is in progress. |
failed | Due to network issues, availability constraints, etc., the request might fail during processing. |
completed | Transcription was successfully completed. |
Code | Message |
---|---|
000 | Transcript ready |
001 | Invalid JOB ID |
002 | Invalid JOB ID |
003 | Your request is in the queue and will be processed shortly |
004 | Your request is being processed |
005 | Job failed. Please contact the developers |
999 | Unknown error |
URL Elements | Sample URL |
---|---|
https://(hostname) | https://revapi.reverieinc.com/transcript?job_id=<job_id> |
job_id
received after uploading the file.Code | Message |
---|---|
000 | Transcript ready |
001 | Invalid JOB ID |
002 | Invalid JOB ID |
003 | Your request is in the queue and will be processed shortly |
004 | Your request is being processed |
005 | Job failed. Please contact the developers |
999 | Unknown error |