Learn how to enable word timestamps
Addword_timestamps=true to your Lightning STT query parameters. This works for both raw-byte uploads (Content-Type: audio/wav) and JSON requests with hosted audio URLs.
Output format & field of interest
Responses include aword_timestamps array with word, start, end, and optional speaker labels (when diarization is enabled). Use these offsets to generate captions, subtitle tracks, or to align transcripts with downstream analytics.

