Unreal Speech
Unreal Speech is a low-cost, high-scale text-to-speech (TTS) API for turning text into natural-sounding speech. It exposes a small REST surface - a low-latency HTTP streaming endpoint, a synchronous speech endpoint that returns an MP3 plus per-word or per-sentence timestamps, and an asynchronous synthesis tasks endpoint for long-form audio up to 500,000 characters. Requests are authenticated with a Bearer API key issued from the dashboard, and pricing is metered per character with a free monthly allowance.
APIs
Unreal Speech Speech API
Synchronous text-to-speech for medium-length text (up to 3,000 characters). Returns an MP3 audio URL plus word- or sentence-level timestamp URLs, with selectable voice, bitrate,...
Unreal Speech Stream API
Low-latency HTTP streaming synthesis for short text (up to 1,000 characters), returning audio bytes directly in the response - typically in around 0.3 seconds - for time-sensiti...
Unreal Speech Synthesis Tasks API
Asynchronous synthesis for long-form audio (up to 500,000 characters, e.g. audiobooks and articles). Submit text and immediately receive a TaskId, then poll the task to retrieve...