API Reference
Generate Speech Synchronously
Synthesize speech synchronously.
This endpoint returns binary 16-bit wav data with a sample rate of 22050 Hz.
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-synchronous
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[]