POST
/
api
/
v1
/
tts
/
synthesize-sequence

Body

voiceUuid
uuid

The id of the voice to use for the synthesis

text
uuid

The text to synthesize

pitch
int

The pitch of the voice to be synthesized

speed
int

The speed of the voice to be synthesized

delayAfter
float

The gap after a synthesized voice. Is optional.

delayBefore
float

The gap before a synthesized voice. Is optional.

Authorization
string

This is the user auth token generated for app.fluxon.ai.

Response

uuid
uuid

The id of the task synthesizing the conversation. This can be fetched by using the API at GET Synthesize Sequence