Search and list voices across one or more TTS providers in a single normalized shape. Filter by language, gender, accent and providers[].
The unified endpoint is the easiest way to find a voice. It fans out to every requested provider in parallel, normalizes the result, then applies your filters.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.
language — accepts ISO short codes (en), BCP-47 (en-US) or English names (English). Matches are inclusive: filter en returns en, en-US, en-GB, English, etc.gender — male / female / neutral. Also accepts masculine, feminine, m, f (case-insensitive).accent — substring match (case-insensitive). american matches American, North American, etc.providers — comma-separated list (?providers=elevenlabs,cartesia). When omitted, every supported provider is queried in parallel.voices[] — the paginated, filtered list (each entry has voiceId, name, provider, previewUrl, filters)total — total matches before paginationprovidersQueried — providers that were actually queriedprovidersFailed — providers that errored (e.g. missing workspace API key) along with the error message — the request still succeedsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 <= x <= 500x >= 0