get_audio
Retrieve the audio file from a voice memo by providing its ID. Choose output as file path or base64-encoded audio.
Instructions
Retrieve the audio file for a voice memo. Can return either the file path or base64-encoded audio data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the voice memo | |
| format | No | Output format: 'path' returns file path, 'base64' returns encoded audio (default: path) |