ktalk_get_transcript
Retrieve the transcript of a KTalk recording with speaker labels. Choose between raw JSON or markdown format with timecodes, and split large transcripts into manageable chunks.
Instructions
Get transcript of a KTalk recording (speech-to-text by speakers).
Args: recording_key: Recording key/identifier (required) format: Output format — "raw" (JSON) or "markdown" (dialogue with timecodes) chunk: Chunk number. 0 = auto (returns full text if small, first chunk if large). 1+ = specific chunk number for paged reading. chunk_size: Max characters per chunk (~7500 tokens at 30000). Soft limit — chunks split at utterance boundaries, never mid-utterance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk | No | ||
| format | No | markdown | |
| chunk_size | No | ||
| recording_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |