GET
/
api
/
voices
/
{voice_id}
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"
}

Authorizations

X-API-Key
string
header
required

API key

Path Parameters

voice_id
string
required

Response

200 - application/json
voiceId
string
required
name
string
required
description
string | null
required
previewUrl
string | null
required
ownership
enum<string>
required
Available options:
public,
private