Skip to main content
PATCH
/
v1
/
voices
/
{voice_id}
/
settings
cURL
curl \
  --request PATCH \
  --url "https://api.breeze.blue/v1/voices/voc_xeh3w54cqvnp/settings" \
  --header "xi-api-key: $BREEZE_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "guidance_scale": 1.4
}'
{
  "guidance_scale": 1
}

Authorizations

xi-api-key
string
header
required

Breeze Developer API key.

Path Parameters

voice_id
string
required

Voice identifier returned by GET /v1/voices.

Body

application/json
guidance_scale
number | null
default:1

Generation guidance strength. Accepted range: 1.0 to 10.0.

Required range: 1 <= x <= 10

Response

Updated voice settings.

guidance_scale
number
default:1