A leaner, cheaper text to speech API. Natural voices, fair pricing, no lock in. Built as the simple alternative to the expensive incumbents — the same clean audio, a fraction of the cost.
POST some text, name a voice, get back audio. That's the whole API.
# Generate speech curl -X POST https://voices.plink.com/v1/speech \ -H "Content-Type: application/json" \ -d '{"text":"Hello from Voices by Radio.","voice":"aria","format":"mp3"}' \ --output hello.mp3