Voice Blender API
POST: Create a Voice Blender Job
Create a new job to blend multiple voices using the Kits API.
POST
Creates a voice blender job and adds it to the blender queue. The response will contain the job status along with the id of the output voice model. Note that the output model will only be usable once the job has status “success”. When creating voice blender jobs, you need to provide at least two voice models to blend, but can provide up to four. You’ll also need to provider one less alpha value than the number of voice models you’re blending, as the last alpha value is calculated automatically as 1 - the sum of the other alpha values.Documentation Index
Fetch the complete documentation index at: https://docs.kits.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Bearer (api-key)
Request Body
The id of the first voice model to blend.
The id of the second voice model to blend.
The id of the third voice model to blend.
The id of the fourth voice model to blend.
The percentage of the output model that will be the first voice model. Range from 0 to 1.
If three or more models are provided, this indicates the percentage of the output model that will be the second voice model. Required if modelId3 is provided. Range from 0 to 1.
If four or more models are provided, this indicates the percentage of the output model that will be the third voice model. Required if modelId4 is provided. Range from 0 to 1.
The title of the new voice model.
