cURL
curl --request POST \ --url https://api.topmediai.com/v1/voice_change \ --header 'Content-Type: multipart/form-data' \ --form voice_id=123 \ --form mode=123 \ --form file=@example-file
"<any>"
Use your files to do a voice change and return the audio.
Successful Response
The response is of type any.
any