Voice
Get Voice
Retrieve details of a specific voice
GET
/
get-voice
/
{voice_id}
Authorizations
Authorization
string
headerrequiredAuthentication header containing API key (find it in dashboard). The format is "Bearer YOUR_API_KEY"
Path Parameters
voice_id
string
requiredUnique id for the voice.
Response
200 - application/json
voice_id
string
requiredUnique id for the voice.
voice_name
string
requiredName of the voice.
provider
enum<string>
requiredIndicates the provider of voice.
Available options:
elevenlabs
, openai
, deepgram
gender
enum<string>
requiredGender of voice.
Available options:
male
, female
accent
string
Accent annotation of the voice.
age
string
Age annotation of the voice.
preview_audio_url
string
URL to the preview audio of the voice.
Was this page helpful?