What problem does this feature request solve?
Current external integrations with ElevenLabs (e.g., in MindStudio workflows) cannot fetch or use custom or subscription-specific voices directly via API, because there’s no supported method to retrieve the user’s available voice list programmatically using their API key.
Additionally, our team encountered technical limitations (e.g., missing fetch
/Buffer
in certain execution environments like CloudRunner) that prevent us from implementing workarounds. Native support would eliminate these issues entirely.
What is the use case for this feature?
We are building dynamic AI workflows in MindStudio that allow users to convert text to speech using their ElevenLabs voices.
Many of these users have custom voices or voices unlocked by subscription tiers — but currently, there’s no way to list or select these voices programmatically inside external environments.
We want to build a dropdown menu of available voices (per user API key) within the MindStudio UI that updates dynamically — exactly like how ElevenLabs does it in its own dashboard.
Please describe the functionality of this feature request.
We request that ElevenLabs provide one of the following (or both):
-
API endpoint:
GET /v1/voices
that returns the full list of voices available to the API key holder — including custom voices, cloned voices, and subscription-tier voices. -
Voice metadata endpoint:
A way to fetch details (such as name, category, stability range) for a givenvoice_id
to validate and enrich the UI.
These endpoints should work securely with the Bearer token (API key) and allow direct integration into platforms like MindStudio without requiring browser-based authentication.
Is there anything else we should know?
-
We attempted building this ourselves using Cloud Functions but ran into multiple issues (no access to
fetch
, missingBuffer
, CORS in the browser). -
You can view our current spec and debug attempts in my agent, I can share if you like.
-
We believe this would unlock a significant use case for creators and developers using ElevenLabs within no-code / low-code tools.
-
We’re happy to help test the API on behalf of the MindStudio ambassador team.