text field is raw transcript text only — it does not include timestamps or speaker labels. To build a custom text export in a format such as [Speaker] timecode -> text, enable speaker labels and construct the output from the utterances array (which contains speaker, start, end, and text for each utterance). See the Timestamped transcripts guide and the Create subtitles with speaker labels cookbook for examples.
Export SRT or VTT caption files
You can export completed transcripts in SRT or VTT format, which can be used for subtitles and closed captions in videos. You can also customize the maximum number of characters per caption by specifying thechars_per_caption parameter.
Export paragraphs
You can retrieve transcripts that are automatically segmented into paragraphs. The text of the transcript is broken down by paragraphs, along with additional metadata.Export sentences
You can retrieve transcripts that are automatically segmented into sentences, for a more reader-friendly experience. The text of the transcript is broken down by sentences, along with additional metadata.Word-level timestamps
The response also includes an array with information about each word:API Reference
Additional resources
Is there a way to generate SRT or VTT captions with speaker labels?
Learn how to create caption files that include speaker identification.