Get transcript
get_transcriptFetch a transcript with timestamped sentences and translations. Specify a sentence or time range to extract an excerpt, and check if the transcript is ready, processing, or unavailable.
Instructions
Fetch a submission's transcript: timestamped sentences with translations. Sliceable by sentence-position range (from_sentence/to_sentence) or time range in seconds (from_time/to_time) so you can pull an excerpt instead of a whole episode. transcript_state tells you if it is ready, still processing, or unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_time | No | End of window (s). | |
| from_time | No | Start of window (s). | |
| to_sentence | No | ||
| from_sentence | No | ||
| submission_id | Yes | The submission id. |