Overview
The standard synthesis endpoint converts text into audio and returns it immediately in the response body as a base64-encoded string. This is the simplest way to integrate Lokutor into web and mobile applications where you need a quick, complete audio snippet.Best Use Cases
- UI Notifications: Short audio cues for applications.
- Simple Web Readers: Converting a paragraph of text to speech on-the-fly.
- Mobile Apps: Low-overhead synthesis where handling binary streams is complex.
Interactive Playground
Enter your text and API key below to hear the results in real-time.Endpoint Details
Direct Integration
If you prefer to usecurl or a standard HTTP client:
audio_base64 string which you can decode and play: