Voice
List Voices
Get a paginated list of voices for a specific TTS provider and model. Requires provider_id and model_id from the List Providers endpoint.
GET
List voices for a provider and model
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
BCP-47 language code to filter voices
Example:
"hi"
Provider UUID from the /api/v1/voice-config/tts response
Example:
"7a3f4573-7548-5b34-80f9-5edf23bed79b"
Model UUID from the /api/v1/voice-config/tts response
Example:
"f1b5c9cc-72e1-56a4-be8c-f3ee37d38309"
Page number (1-indexed)
Example:
1
Number of voices per page
Example:
100
Response
Paginated list of voices
Previous
User APIs overviewExplore APIs related to user and account information for Bolna Voice AI agents, including endpoints for adding custom LLM models.
Next
List voices for a provider and model

