An introduction to getting transcription data from pre-recorded audio files.
<YOUR-APP-ID>
& <YOUR-API-KEY>
and then run the following example in a terminal or your favorite API client.
URL Elements | Sample URL |
---|---|
https://(hostname) | https://revapi.reverieinc.com/ |
stt_file
hi
16k_int16
. (WAV, Signed 16 bit, 16,000 or 16K Hz).id
: A unique Identity number auto-assigned by the API for each request.success
: Provides a message code which can be used to look up the nature of the response returned by the API.final
:Provides a brief description about the response returned by the API.text
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.cause
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.confidence
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.display_text
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.