Skip to main content
POST
Text-to-Speech

Available Voices

Authorizations

Authorization
string
header
required

Bearer token issued by your workspace.

Body

application/json
input
string
required

The text to synthesize audio for.

voice
enum<string>
default:leyla
required

The voice ID to use.

Available options:
leyla,
zeynep,
alev,
ali,
alper,
mustafa
response_format
enum<string>
default:mp3

Response format for the API request.

Available options:
mp3,
opus,
aac,
flac,
wav,
pcm
model
enum<string>
default:tts-1

Quality preset. tts-1 is faster; tts-1-hd is higher quality.

Available options:
tts-1,
tts-1-hd

Response

Audio file generated successfully.

Binary WAV audio data.