Trillet AI logo

Search Voices

Search available voices by name, category, gender, accent, age, use case, or provider.

GEThttps://api.trillet.ai/v1/api/voices/search

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Query Parameters

namestring

Search voices by name.

categorystring

Filter by voice category.

genderstring

Filter by gender (e.g., "male", "female").

accentstring

Filter by accent (e.g., "american", "british", "australian").

agestring

Filter by age range (e.g., "young", "middle_aged", "old").

useCasestring

Filter by use case (e.g., "conversational", "narration").

providerstring

Filter by provider (e.g., "rime", "elevenlabs", "hume", "cartesia").

Response Fields

voicesarray

Array of matching voice objects.

_idstring

Unique identifier for the voice.

namestring

Display name of the voice.

voiceIdstring

Voice ID used in TTS configuration.

providerstring

TTS provider for this voice.

genderstring

Gender of the voice.

accentstring

Accent of the voice.

descriptionstring

Description of the voice characteristics.

previewUrlstring

URL to a voice preview audio sample.

[
  {
    "_id": "665a1b2c3d4e5f6a7b8c9d0e",
    "name": "Wildflower",
    "voiceId": "mistv2_Wildflower",
    "provider": "rime",
    "gender": "female",
    "accent": "american",
    "description": "Alt Female, Smart",
    "previewUrl": "https://example.com/preview.mp3"
  },
  {
    "_id": "665a1b2c3d4e5f6a7b8c9d0f",
    "name": "Brook",
    "voiceId": "mistv2_Brook",
    "provider": "rime",
    "gender": "male",
    "accent": "american",
    "description": "Male, Friendly"
  }
]