Creates a full voice from a generated preview voice id.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The ‘generated_voice_id’ obtained from the ‘/design/preview’.
Description for the new voice.
Base64 encoded audio sample from the selected voice preview. If provided, it’s used for language detection.
MIME type of the audio sample, e.g., ‘audio/mpeg’. Assumed ‘audio/mpeg’ if sample is provided but this is omitted.
Optional labels for ElevenLabs when creating the voice.
Language of the voice. If not provided, it will be auto-detected from the provided audio preview, or from the description if no audio is provided.
curl --request POST \
--url 'https://api.unify.ai/v0/assistant/voice/design/create' \
--header "Authorization: Bearer $UNIFY_KEY" \
--header 'Content-Type: application/json' \
--data '{}'