Retrieve a paginated list of available text-to-speech voices. Use query parameters to filter by gender, provider, language, or accent, and to search by name or description.
Documentation Index
Fetch the complete documentation index at: https://docs.openmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication. Include your API key in the Authorization header as: Authorization: Bearer <your-api-key>
Maximum number of voices to return (1-100).
1 <= x <= 100Number of voices to skip for pagination.
x >= 0Search voices by name or description (case-insensitive).
Filter by gender (e.g. 'male', 'female').
Filter by TTS provider (e.g. 'elevenlabs', 'deepgram').
Filter by language code (e.g. 'en', 'es').
Filter by accent (case-insensitive partial match).
Field to sort results by.
name, created_at Sort direction.
asc, desc