Text to Speech
Experience the future of text-to-speech technology with Text-to-Speech Stream API. Perfect for developers, businesses, and creators, this API delivers: - **Voice Retrieval**: Explore and select from a wide range of voices and locales for multilingual applications. - **Real-Time Streaming**: Text is synthesized into speech and streamed directly to your application without the overhead of file…
Text to Speech endpoints
| Method | Endpoint | Description |
|---|---|---|
| TextToSpeech | ||
| GET |
Voices /api/GetVoices |
**GET /voices**: - **Description**: Retrieve a list of available voices and their locales. - **Billing**: Charged per request. - Response Example: ```json { "voices": [ {… |
| POST |
Generate Speech /api/GenerateSpeech |
**POST /GenerateSpeech**: - **Description**: Stream synthesized speech directly based on selected voice and text. - **Parameters**: - `speech`: Text to synthesize into speech… |
Text to Speech pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $15 / month | 60 / minute |
|
| ULTRA | $65 / month | 120 / minute |
|