List voices for a single provider
Voices
List a provider's voices
Returns all voices for one TTS provider with optional filtering by language, gender, accent and pagination.
GET
List voices for a single provider
Use this when you already know which provider you want and just need to browse/search its catalog. Same filters as the unifiedDocumentation Index
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
/voices endpoint.
Example: ElevenLabs female English voices
Example: Deepgram Aura-2 voices only
The endpoint uses
workspaceData.secrets.<PROVIDER_KEY> when present, otherwise the platform’s server key. It does not consume credits.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Provider slug (e.g. elevenlabs)
Query Parameters
Required range:
1 <= x <= 500Required range:
x >= 0