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

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[]