POST
/
v1
/
voice_change
AI Voice Change
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>"

Headers

x-api-key
string

Body

multipart/form-data

Response

200
application/json

Successful Response

The response is of type any.