Skip to main content
GET
https://api.trillet.ai
/
v1
/
api
/
voices
/
{id}
Get Voice
curl --request GET \
  --url https://api.trillet.ai/v1/api/voices/{id} \
  --header 'x-api-key: <api-key>' \
  --header 'x-workspace-id: <x-workspace-id>'
{
  "_id": "665a1b2c3d4e5f6a7b8c9d0e",
  "name": "Wildflower",
  "voiceId": "mistv2_Wildflower",
  "provider": "rime",
  "gender": "female",
  "accent": "american",
  "description": "Alt Female, Smart"
}

Headers

x-api-key
string
required
API key used for authenticating requests to the API.
x-workspace-id
string
required
Workspace identifier for the API.

Path Parameters

id
string
required
The unique identifier of the voice.

Response Fields

_id
string
Unique identifier for the voice.
name
string
Display name of the voice.
voiceId
string
Voice ID used in TTS configuration.
provider
string
TTS provider for this voice.
gender
string
Gender of the voice.
accent
string
Accent of the voice.
description
string
Description of the voice characteristics.
{
  "_id": "665a1b2c3d4e5f6a7b8c9d0e",
  "name": "Wildflower",
  "voiceId": "mistv2_Wildflower",
  "provider": "rime",
  "gender": "female",
  "accent": "american",
  "description": "Alt Female, Smart"
}