Voice Conversion API
POST: Create a New Voice Conversion Job
Create a job to convert one voice to another with the Kits API.
POST
Creates a voice conversion inference job and adds it to the inference queue. All requests must be made as multipart form requests. The response will contain the job status.
Headers
String
Bearer
<api-key>Request Body
Number
ID of the voice model.
String
Supports wav, mp3, or flac. Max file size is 100MB.
Number
Increases the amount of accent from the Voice Model. This may cause mispronunciation. Range from 0 to 1.
Number
Increase to convert the volume of your input audio to the volume of the AI model. Decrease to hear dynamics from the input audio. High values may accentuate noise. Range from 0 to 1.
Number
The number of semitones to shift the input audio. Range from -24 to 24.
Object
Preprocessing effects run on the input file before the conversion is processed.
Object
Postprocessing effects run on the output file after the conversion is processed.
