Gets details for the specified voice
curl --request GET \
--url https://api.ultravox.ai/api/voices/{voice_id} \
--header 'X-API-Key: <api-key>'
{
"voiceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"previewUrl": "<string>",
"ownership": "public"
}
API key
The response is of type object
.
curl --request GET \
--url https://api.ultravox.ai/api/voices/{voice_id} \
--header 'X-API-Key: <api-key>'
{
"voiceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"previewUrl": "<string>",
"ownership": "public"
}