Realistic Text-To-Speech API
A fast and multilingual text-to-speech API with natural voices in English, Japanese, Chinese, Spanish, French, Hindi, Italian, and Portuguese. Supports queuing, signed audio URLs, and high-quality MP3 output.
Realistic Text-To-Speech API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/api/v1/audio/speech/ /api/v1/audio/speech/ |
|
| GET |
/api/v1/audio/speech/voices/ /api/v1/audio/speech/voices/ |
|
| GET |
List Voices /api/v1/audio/speech/voices |
Returns a list of all available voices supported by the Text-to-Speech API. Each voice includes its ID, display name, gender, and language code. Use this endpoint to discover… |
| GET |
/api/v1/audio/speech/{speech_id}/ /api/v1/audio/speech/{speech_id}/ |
|
| GET |
Get Speech Status /api/v1/audio/speech/{speech_id} |
Retrieves the current status and details of a previously requested text-to-speech job. Use the speech ID returned by the Generate Speech endpoint to check whether the audio is… |
| POST |
Generate Speech /api/v1/audio/speech |
Generate Speech |
Realistic Text-To-Speech API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9 / month | — |
|
| ULTRA Recommended | $49 / month | — |
|
| MEGA | $99 / month | — |
|