LMNT · Example Payload

Lmnt Speech Synthesis Request

text-to-speechvoice synthesisvoice cloningaudio streamingconversational AIlow latencyreal-time audio

Lmnt Speech Synthesis Request is an example object payload from LMNT, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

voicetextformatsample_ratespeedlanguagereturn_timestamps

Example Payload

Raw ↑
{
  "voice": "aurora",
  "text": "Hello, this is a test of the LMNT text-to-speech API.",
  "format": "mp3",
  "sample_rate": 24000,
  "speed": 1.0,
  "language": "en",
  "return_timestamps": false
}