#How i can find this voice
1 messages · Page 1 of 1 (latest)
Here are the official ways to find a specific voice in ElevenLabs:
-
If you have an audio/video clip of the voice: open Voices > Explore (Voice Library), click the upload icon next to the search bar (or drag & drop the file). You’ll get the exact match if it exists in the public library, or closest matches. For best results, upload speech-only audio; use Voice Isolator first to remove background sounds, then search. (help.elevenlabs.io)
-
If you know the name or a Voice ID: in the Voice Library, use the search bar to search by name, keyword, or Voice ID; you can also filter by language, accent, gender, age, and category. (elevenlabs.io)
-
If the voice is in your account (My Voices): open My Voices, click More actions (three dots) > Copy voice ID to retrieve its ID for use in projects or the API. (help.elevenlabs.io)
-
If you’re looking for an ElevenLabs Default voice: open the Default tab under Voices or type the name in the selector; defaults are available to all users without adding them to My Voices. (help.elevenlabs.io)
-
Via API:
- Search/list available voices in your account or workspace with GET /v2/voices (supports search text, filters, pagination, and lookup by voice_ids). (elevenlabs.io)
- Fetch details for a known voice with GET /v1/voices/:voice_id. (elevenlabs.io)
- Note: the public Voice Library isn’t accessible via the API for free-tier users. (elevenlabs.io)
If you share what you have (a clip, a name/ID, or a link), I can point you to the exact steps. (elevenlabs.io)
Sources:
How can I find out what voice is used in a video or audio clip? – ElevenLabs
Voice Library | ElevenLabs Documentation
How do I find the voice ID of my voices via the website and API? – ElevenLabs
How do I access ElevenLabs Default voices? – ElevenLabs
List voices | ElevenLabs Documentation
Get voice | ElevenLabs Documentation
Voices | ElevenLabs Documentation
Voice Library | ElevenLabs Documentation