Voice
Retrieve available voices
GET
/
v1
/
voices
Copy
Ask AI
{
"supported_voices": [
{
"voice_id": "<string>",
"service": "eleven",
"name": "<string>",
"description": "<string>",
"labels": {},
"preview_url": "<string>",
"premium": false,
"user_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
Authorizations
Response
200 - application/json
Successful Response
The response is of type object
.
Copy
Ask AI
{
"supported_voices": [
{
"voice_id": "<string>",
"service": "eleven",
"name": "<string>",
"description": "<string>",
"labels": {},
"preview_url": "<string>",
"premium": false,
"user_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.