Get Voice
Retrieve a specific voice by its ID.
GET
Headers
x-api-keystringrequiredAPI key used for authenticating requests to the API.
x-workspace-idstringrequiredWorkspace identifier for the API.
Path Parameters
idstringrequiredThe unique identifier of the voice.
Response Fields
_idstringUnique identifier for the voice.
namestringDisplay name of the voice.
voiceIdstringVoice ID used in TTS configuration.
providerstringTTS provider for this voice.
genderstringGender of the voice.
accentstringAccent of the voice.
descriptionstringDescription of the voice characteristics.
{
"_id": "665a1b2c3d4e5f6a7b8c9d0e",
"name": "Wildflower",
"voiceId": "mistv2_Wildflower",
"provider": "rime",
"gender": "female",
"accent": "american",
"description": "Alt Female, Smart"
}