GET
/
api
/
v1
/
tts
/
synthesize-sequence
/
{id}

Body

id
uuid

The id of the voice to use for the synthesis

Authorization
string

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

Response

If the conversation has been synthesized, then the response is a sequence of bytes.

synthesized speech
file

The synthesized conversation produced by fluxon in the form of bytes.

If it hasn’t then, the response is

status
string

The status of the conversation synthesis. Can be InProgress, or Error

error
string

Any possible errors that may have been encountered