Transcripts

Get subtitles for transcript

GET
Export your transcript in SRT or VTT format to use with a video player for subtitles and closed captions.

Path parameters

transcript_idstringRequired
ID of the transcript
subtitle_formatenumRequired
The format of the captions
Allowed values: srtvtt

Query parameters

chars_per_captionintegerOptional
The maximum number of characters per caption
GET
1curl -G https://api.assemblyai.com/v2/transcript/:transcript_id/srt \
2 -H "Authorization: <apiKey>" \
3 -d chars_per_caption=0