API Reference
Generate Speech
Synthesize speech asynchronously.
Voice can be specified by providing either `voice` + `model_type`, or
`voicemodel_uuid`.
`Pace`, `duration`, and `pitch` are only supported for voices
that support these controls (a very small subset of voices).
You can check if a given voice supports controls by querying /voice-data or
/voices/<voicemodel-uuid>/detail and looking at the `controls` boolean in
the reponse.
POST
/
speak
Headers
uberduck-id
string
default: anonymousBody
application/json
speech
string
requiredvoice
string
default: ljmodel_type
string
voicemodel_uuid
string
pace
number
default: 1duration
number[]
pitch
number[]
Response
200 - application/json
uuid
string
required