Skip to main content
POST
/
v1
/
voice-previews
/
clone
cURL
curl \
  --request POST \
  --url "https://api.breeze.blue/v1/voice-previews/clone" \
  --header "xi-api-key: $BREEZE_API_KEY" \
  --form "name=Brand Narrator" \
  --form "description=Clean studio narration sample." \
  --form "[email protected];type=audio/wav"
{
  "generated_voice_id": "<string>",
  "requires_verification": false
}

Authorizations

xi-api-key
string
header
required

Breeze Developer API key.

Body

multipart/form-data
name
string
required

Display name for the clone preview.

files
string[]
required

Reference audio sample. WAV or MP3, up to 5MB. Exactly one file.

Required array length: 1 element
description
string | null

Description stored with the preview.

labels
string | null

JSON object encoded as a string.

text
string | null

Preview script. Breeze uses a default script when omitted.

instructions
string | null

Performance guidance for the preview.

Response

Generated clone preview.

generated_voice_id
string
required
requires_verification
boolean
default:false