Actions16
Overview
The "Get Voice Details" operation in the ElevenLabs node retrieves detailed information about a specific generated voice using its unique identifier. This is useful for users who want to fetch metadata or settings related to a particular voice they have created or used previously. For example, it can be used to verify voice attributes before using it in text-to-speech synthesis or to audit voice configurations.
Properties
| Name | Meaning |
|---|---|
| This node is currently in BETA and under active development. Visit this page for more information or contact the n8Ninja on X. To support my work, please share this youtube video 🥷🙏 |
Informational notice about the node's beta status and links for support and updates. |
| With Settings | Whether to return voice settings along with the voice details. (Boolean: true or false) |
| Generation Voice ID | The unique identifier of the generated voice whose details are to be retrieved. (String) |
Output
The output JSON contains detailed information about the specified generated voice. This typically includes metadata such as voice name, language, gender, and optionally, voice settings if requested. The exact structure depends on the API response but generally provides all relevant attributes describing the voice.
No binary data output is indicated for this operation.
Dependencies
- Requires an API key credential for ElevenLabs API authentication.
- The node makes HTTP POST requests to the ElevenLabs API endpoint at
https://api.elevenlabs.io/v1. - Proper network access to the ElevenLabs API service is necessary.
Troubleshooting
Common Issues:
- Invalid or missing
generated_voice_idwill cause the API call to fail. - Network connectivity issues may prevent successful API communication.
- Insufficient permissions or invalid API key credentials will result in authorization errors.
- Invalid or missing
Error Messages:
- "Voice not found" — Check that the provided
generated_voice_idis correct. - "Unauthorized" — Verify that the API key credential is valid and has required permissions.
- "Network Error" — Ensure internet connectivity and that the API endpoint is reachable.
- "Voice not found" — Check that the provided
Links and References
- ElevenLabs API Documentation (for detailed API specs)
- n8n Community Forum (for user discussions and support)
- Node Beta Information (as referenced in the node notice)