Skip to main content
PATCH
/
v1
/
voices
/
{voice_id}
cURL
curl \
  --request PATCH \
  --url "https://api.breeze.blue/v1/voices/voc_xeh3w54cqvnp" \
  --header "xi-api-key: $BREEZE_API_KEY" \
  --form "name=Brand Narrator v2" \
  --form "description=Updated voice description for the saved clone." \
  --form "[email protected];type=audio/wav"
{
  "status": "<string>"
}

Authorizations

xi-api-key
string
header
required

Breeze Developer API key.

Path Parameters

voice_id
string
required

Saved voice identifier returned by GET /v1/voices.

Body

multipart/form-data
name
string
required

New display name.

description
string | null

New description.

labels
string | null

JSON object encoded as a string.

files
string[] | null

Optional replacement sample. One WAV or MP3 file.

Maximum array length: 1

Response

Update status.

status
string
required