GET
/
transcription-result
/
{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

x-api-key
string
header
required

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

run_id
integer
required

The unique identifier for the run, which was generated during the transcription creation process and returned upon task completion.

Query Parameters

word_level_timestamps
boolean
default:
false

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

200 - application/json
end
number
required

The end time (in seconds) of the dialogue.

speaker
string
required

The name or identifier of the speaker delivering the dialogue.

start
number
required

The start time (in seconds) of the dialogue.

text
string
required

The actual text content of the dialogue spoken by the speaker.