Discussions

Ask a Question
Back to All

API Voice Settings

Hello, I was wondering if it is possible to use the various voice settings in the API for an Avatar?
}
"voice": {
"type": "text",
"voice_id": "{{28.Voice}}",
"input_text": "{{34.result}}",
"model": "turbo_v2.5",
"locale": "default_multilingual",
"stability": 0.5,
"similarity_boost": 0.69,
"style_exaggeration": 0.42,
"speaker_boost": true,
"speed": 1.0,
"pitch": 0.0,
"volume": 1.0
}
}
]
}