Preview voice-customization settings

Synthesises a fixed sample sentence (translated into the requested locale) with the supplied stability and speed, so a customization can be auditioned before it is saved. Your own text is not accepted — that is PATCH /voices.

Unlike PATCH /voices this does not touch the audio cache and always allows premium voices.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X PATCH 'https://apis.elai.io/api/v1/voices/customization-preview' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "voice": "21m00Tcm4TlvDq8ikWAM",
  "provider": "elevenlabs",
  "language": "English",
  "locale": "en-US",
  "stability": 0.5,
  "speed": 1
}'
Body Params
string
required
string
enum
required
Allowed:
string
required

Language name, e.g. English.

string

Locale used to pick the translated sample sentence, e.g. en-US.

number
0 to 1
number
0.7 to 1.2
Responses

message explains why.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json