Text-to-speech (Json)
Synthesizes one or more input texts into speech using the specified voice. If no voice is provided, a novel voice will be generated dynamically. Optionally, additional context can be included to influence the speech’s style and prosody.
The response includes the base64-encoded audio and metadata in JSON format.
Headers
Request
Utterances to be converted to speech output.
Utterances to use as context for generating consistent speech style and prosody across multiple requests. These will not be converted to speech output.
Specifies the output audio file format.
Number of generations of the audio to produce.
Controls how audio output is segmented in the response.
-
When enabled (
true
), input utterances are automatically split into natural-sounding speech segments. -
When disabled (
false
), the response maintains a strict one-to-one mapping between input utterances and output snippets.
This setting affects how the snippets
array is structured in the response, which may be important for applications that need to track the relationship between input text and generated audio segments. When setting to false
, avoid including utterances with long text
, as this can result in distorted output.
Response
Successful Response
A unique ID associated with this request for tracking and troubleshooting. Use this ID when contacting support for troubleshooting assistance.