#How to find specific voice
1 messages · Page 1 of 1 (latest)
AI-generated Answer for ys.05
Short answer:
-
In the app (fastest)
- Go to Voices > Explore (Voice Library). Use the search bar to find by name, keyword, or voice ID. You can also drag-and-drop or upload an audio file to identify the original voice (if public) and see similar voices. Then filter by Language, Accent, Category, Gender, Age, Notice period, Live Moderation, and Quality; sort by Trending, Latest, Most users, or Character usage. Save a match to My Voices or use More actions > Copy voice ID. (elevenlabs.io)
-
By API (programmatic)
- List/filter/search voices: GET /v2/voices with query parameters such as search, voice_type, category, page_size, next_page_token. This returns voices you can paginate and filter. (elevenlabs.io)
- Fetch a specific voice by ID: GET /v1/voices/:voice_id. (elevenlabs.io)
- Find similar to an audio sample: POST /v1/similar-voices (multipart/form-data with audio_file; optional similarity_threshold 0–2 and top_k 1–100). Returns shared/public voices similar to the sample. (elevenlabs.io)
Notes
- Audio-based search only checks public Voice Library voices, not private/custom voices; for best results, upload voice-only audio (use Voice Isolator first if needed). (help.elevenlabs.io)
I used a audio based search but the correct voice didn’t come up