Documentation Index
Fetch the complete documentation index at: https://docs.getbutter.ai/llms.txt
Use this file to discover all available pages before exploring further.
Search provider voice catalogs used in the agent voice picker.
Query Parameters
Voice provider. Supported values: cartesia, elevenlabs.
Filter by language code (for example en).
Optional gender filter. Most relevant for Cartesia voice search.
Cursor for fetching the next page.
Response
Voice description, when available.
Direct preview URL when exposed by provider.
Indicates whether a preview sample is available.
Whether more results are available.
Cursor for the next page.
GET /api/voices/search?provider=cartesia&query=warm&language=en&gender=feminine
{
"voices": [
{
"id": "f786b574-daa5-4673-aa0c-cbe3e8534c02",
"name": "Warm Narrator",
"description": "Conversational female voice",
"gender": "feminine",
"language": "en",
"preview_url": null,
"has_preview": true
}
],
"has_more": false,
"next_cursor": null
}