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_id
ID of the transcript
Response
Exported paragraphs
id
The unique identifier of your transcript
confidence
The confidence score for the transcript
audio_duration
The duration of the audio file in seconds
paragraphs
An array of paragraphs in the transcript
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
503
Service Unavailable Error
504
Gateway Timeout Error