POST
/
convert-voice
curl --request POST \
  --url https://api.musicfy.lol/v1/convert-voice \
  --header 'Content-Type: multipart/form-data' \
  --form pitch_shift=0 \
  --form formant_shift=1.1 \
  --form isolate_vocals=true \
  --form background_pitch_shift=0 \
  --form background_formant_shift=1.1 \
  --form voice_id=c06b8712-2854-4170-b6f5-11b28817d8b3
[
  [
    {
      "file_url": "https://audio.musicfy.lol/file_id",
      "type": "vocals"
    },
    {
      "file_url": "https://audio.musicfy.lol/file_id",
      "type": "instrumental"
    },
    {
      "file_url": "https://audio.musicfy.lol/file_id",
      "type": "combined"
    }
  ]
]

Body

multipart/form-data

Response

200 - application/json
Successful Response

The response is of type object[].