Get paragraphs in transcript

GET

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

Path parameters

transcript_idstringRequired

ID of the transcript

Response

This endpoint returns an object.
idstring

The unique identifier of your transcript

confidencedouble

The confidence score for the transcript

audio_durationdouble

The duration of the audio file in seconds

paragraphslist of objects

An array of paragraphs in the transcript

Errors