provider dubbingdubbingresourcesegmententerprise GET /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/similar-voices
@utdk/elevenlabs /v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/similar-voices
Search The Elevenlabs Library For Voices Similar To A Speaker.
Fetch the top 10 similar voices to a speaker, including the voice IDs, names, descriptions, and, where possible, a sample audio recording.
dubbing_id path required
ID of the dubbing project.
string
speaker_id path required
ID of the speaker.
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
getSimilarVoicesForSpeaker
GET/v1/dubbing/resource/{dubbing_id}/speaker/{speaker_id}/similar-voices
Fetch the top 10 similar voices to a speaker, including the voice IDs, names, descriptions, and, where possible, a sample audio recording.

Parameters

required

ID of the dubbing project.

required

ID of the speaker.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.getSimilarVoicesForSpeaker()