POST
/
tts
/
convert
curl --request POST \
  --url https://api.uberduck.ai/tts/convert \
  --header 'Content-Type: application/json' \
  --data '{
  "voicemodel_uuid": "<string>",
  "input": "<string>",
  "reference_audio_uuid": "<string>",
  "pitch_shift": 123,
  "mix": [
    {
      "type": "audio",
      "url": "<string>"
    }
  ]
}'
"<any>"

Body

application/json
voicemodel_uuid
string
required
input
string
reference_audio_uuid
string
pitch_shift
integer
default: 0
mix
object[]

Response

200 - application/json

The response is of type any.