Trillet AI logo

Get Voice

Retrieve a specific voice by its ID.

GEThttps://api.trillet.ai/v1/api/voices/{id}

Headers

x-api-keystringrequired

API key used for authenticating requests to the API.

x-workspace-idstringrequired

Workspace identifier for the API.

Path Parameters

idstringrequired

The unique identifier of the voice.

Response Fields

_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.

{
  "_id": "665a1b2c3d4e5f6a7b8c9d0e",
  "name": "Wildflower",
  "voiceId": "mistv2_Wildflower",
  "provider": "rime",
  "gender": "female",
  "accent": "american",
  "description": "Alt Female, Smart"
}