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.
job_id
. Please note it.
job_id
received in the Step 1 as the query parameter to know the status of the ongoing process of transcription.
status
= completed
and message
= Transcript ready
once the transcription is complete. Otherwise, you will receive status
= applying
.
status
= completed
in the Step 2, You can use the job_id
received in the Step 1 or Step 2 as the query parameter to get the Transcript.
job_id
: A unique Identity number auto-assigned by the API for each request.code
: Provides a message code which can be used to look up the nature of the response returned by the API.message
:Provides a brief description about the response returned by the API.result
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.job_id
: A unique Identity number auto-assigned by the API for each request.code
: Provides a message code which can be used to look up the nature of the response returned by the API.message
:Provides a brief description about the response returned by the API.result
: An array of transcript objects including, channel_number, transcript, list of words with start time, end time and confidence.Please check the sample response.