POST
/
speak
curl --request POST \
  --url https://api.uberduck.ai/speak \
  --header 'Content-Type: application/json' \
  --data '{
  "speech": "<string>",
  "voice": "<string>",
  "model_type": "<string>",
  "voicemodel_uuid": "<string>",
  "pace": 123,
  "duration": [
    123
  ],
  "pitch": [
    123
  ]
}'
{
  "uuid": "<string>"
}

Headers

uberduck-id
string
default: anonymous

Body

application/json
speech
string
required
voice
string
default: lj
model_type
string
voicemodel_uuid
string
pace
number
default: 1
duration
number[]
pitch
number[]

Response

200 - application/json
uuid
string
required