get_transcript
Extract the transcript embedded in an Apple Voice Memo recording. Choose from text, JSON, or timestamped format.
Instructions
Extract and return the transcript from a voice memo. Transcripts are stored by Apple inside the audio file. Returns plain text, structured JSON, or timestamped segments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the voice memo | |
| format | No | Output format: 'text' for plain text, 'json' for structured data, 'timestamped' for text with timestamps (default: text) |