Skip to main content
POST

Authorizations

Authorization
string
header
required

Pass your API key as a Bearer token: Authorization: Bearer sk_996_....

Body

application/json
model_id
enum<string>
required

The TTS model. Currently gepard-1.0.

Available options:
gepard-1.0
transcript
string
required

The text to synthesize. Billed at 1 credit per character.

voice
object
required
output_format
object
required

Output audio format. Each field is validated against a fixed set; anything outside these values returns 400 with no silent fallback.

language
string

Optional language code (e.g. en).

Example:

"en"

Response

The audio file in the requested format. A wav container is returned as Content-Type: audio/wav (the playground renders an audio player); a raw container is returned as application/octet-stream (raw PCM has no header and won't play in a browser).

The response is of type file.