preview_voice_clone
Preview a voice clone by retrieving its metadata and audio sample. Optionally skip audio to reduce response size.
Instructions
Return a voice clone's metadata, optionally with the base64-encoded audio sample. Pass metadataOnly=true to skip the audio (responses can be several MB otherwise). The mimeType field tells the agent how to interpret audioBase64 (typically audio/webm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Clone id. | |
| metadataOnly | No | If true, skip the base64 audio payload. Defaults to false (audio included). |