get_voice
Retrieve detailed information about a specific ElevenLabs voice using its unique voice ID for text-to-speech applications.
Instructions
Get details of a specific voice
Input Schema
Name | Required | Description | Default |
---|---|---|---|
voice_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"voice_id": {
"title": "Voice Id",
"type": "string"
}
},
"required": [
"voice_id"
],
"type": "object"
}