Get paragraphs in transcript

<Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note> Get the transcript split by paragraphs. The API will attempt to semantically segment your transcript into paragraphs to create more reader-friendly transcripts.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

transcript_idstringRequired
ID of the transcript

Response

Exported paragraphs
idstringformat: "uuid"
The unique identifier of your transcript
confidencedouble>=0<=1
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