Convert an audio file or URL into a cover song using a different voice.
Parameter | Type | Required | Description |
---|---|---|---|
audio_url | String | Optional | URL of the audio file to convert. Either audio_url or audio_file must be provided. |
audio_file | UploadFile | Optional | Upload the audio file directly. Either audio_url or audio_file must be provided. |
voice_id | String | Yes | Voice model to convert the audio into. |
pitch | Integer | Optional | Adjust pitch between -12 and 12 semitones. Default is 0 . |
webhook_url | String | Optional | Callback URL for async response. |
Note: You must provide eitheraudio_url
oraudio_file
— not both asNone
.
Replace{path_to_your_audio_file}
,api_key
, andwebhook_url
before executing.
audio_url
or audio_file
provided.audio_url
.
Successful response
The response is of type object
.