Get sentences in transcript

GET

Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts.

Path parameters

transcript_idstringRequired

ID of the transcript

Response

Exported sentences

idstringformat: "uuid"

The unique identifier for the transcript

confidencedouble>=0<=1

The confidence score for the transcript

audio_durationdouble

The duration of the audio file in seconds

sentenceslist of objects

An array of sentences in the transcript

Errors