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

Path

id
string

The id of the voice to use for the synthesis

Query

text
string

The text to synthesize

pitch
int

The pitch of the speech to be synthesized. Ranges from 0 to 400 and defaults to 100.

speed
int

The speed of the speech to be synthesized. Ranges from 0 to 400 and defaults to 100.

Authorization
string

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

Response

synthesized speech
file

The synthesized speech produced by fluxon in the form of bytes. It is streamed back to the client.