Get Transcription Result
Retrieves the result of the transcription run using the provided run_id
.
This endpoint upon completion of the run, it returns an array of objects containing start time, end time, text transcript and speaker name.
Authorizations
The x-api-key
is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.
Path Parameters
The unique identifier for the run, which was generated during the transcription creation process and returned upon task completion.
Query Parameters
When set to true
, this parameter enables the generation of word-level timestamps in the response. These timestamps provide precise timing information for each word in the processed audio.
Response
The end time (in seconds) of the dialogue.
The name or identifier of the speaker delivering the dialogue.
The start time (in seconds) of the dialogue.
The actual text content of the dialogue spoken by the speaker.