Authorizations
Body
multipart/form-data
URL of an audio file to process. Either audio_url or audio_file must be provided.
Example:
"https://example.com/audio.wav"
Audio file to upload and process. Either audio_file or audio_url must be provided.
The ID of the voice model to use for voice transformation.
Example:
"demo-voice-id"
Pitch adjustment for the voice. Range from -12 to 12. Default: 0
Required range:
-12 <= x <= 12
A URL where the result will be sent once processing is completed.
Example:
"https://example.com/callback"