List supported voice providers
Voices
List voice providers
Returns metadata for every supported TTS / voice provider including capabilities, available models and the workspace secret key used.
GET
List supported voice providers
Use this endpoint to power a “Choose a voice provider” UI. Each provider entry tells you:Documentation Index
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
displayName&iconUrl— for rendering provider chips/cardsrequiresWorkspaceApiKey—trueif the provider has no platform fallback (the workspace must save its own API key underworkspaceSecretKey)workspaceSecretKey— name of the field underworkspaceData.secrets.*to persist the API key (e.g.ELEVENLABS_API_KEY)capabilities— booleans forspeed,volume,emotion,modelId,sampleText,customVoiceCloningmodels— built-in model IDs you can pass to/voicesand/voices/{provider}via?modelId=
