ElevenLabs icon

ElevenLabs

WIP

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 inspect or manage voices they have created or accessed via the ElevenLabs API. For example, you might use this node to fetch metadata or settings of a voice before using it in text-to-speech synthesis or for auditing purposes.

Properties

Name Meaning
This node is currently in BETA and under active development. More info or contact on X. To support, please share this YouTube video 🥷🙏 Informational notice about the node's development status and support links.
With Settings Boolean option to specify whether to include voice settings in the returned details.
Generation Voice ID The unique identifier (generated_voice_id) of the generated voice whose details are requested. This is a required string input.

Output

The output JSON contains detailed information about the specified generated voice. If the "With Settings" property is enabled, the output will also include the voice's configuration settings. The exact structure depends on the API response but typically includes fields such as voice name, language, gender, and any custom settings associated with the voice.

If the node supports binary data output (not indicated here), it would represent audio or related media, but this operation primarily returns JSON metadata.

Dependencies

  • Requires an active API key credential for the ElevenLabs service.
  • The node makes HTTP POST requests to the ElevenLabs API endpoint at https://api.elevenlabs.io/v1.
  • Proper network access to the ElevenLabs API is necessary.

Troubleshooting

  • Missing or invalid generated_voice_id: The node requires a valid voice ID; ensure this is correctly provided.
  • API authentication errors: Verify that the API key credential is set up correctly and has sufficient permissions.
  • Network issues: Ensure the n8n instance can reach the ElevenLabs API endpoint.
  • Unexpected API responses: Since the node is marked as BETA, some API changes or incomplete features may cause errors; check the linked support resources for updates.

Links and References

Discussion