Skip to main content
GET
/
v1
/
voices
/
{voice}
Get voice
curl --request GET \
  --url https://api.boson.ai/v1/voices/{voice} \
  --header 'Authorization: Bearer <token>'
{
  "voice": "<string>",
  "ref_text": "<string>",
  "description": "<string>",
  "created_at": "<string>"
}

Authorizations

Authorization
string
header
required

Your Boson API key, sent as Authorization: Bearer $BOSON_API_KEY.

Path Parameters

voice
string
required

The voice ID, e.g. voice_ab12....

Response

The requested voice.

voice
string
required

Stable ID voice_<sha256>, deterministic per (API key, audio content).

ref_text
string
required

Transcript of the reference audio.

description
string | null

Description for the voice.

created_at
string | null

ISO-8601 UTC timestamp.