Listnr
Listnr AI is a text-to-speech and AI voice platform offering 1,000+ ultra-realistic voices across 142+ languages and accents, used for voiceovers, podcasts, and text-to-video. Beyond the web app, Listnr exposes a documented public Text-to-Speech API (base https://bff.listnr.tech/api/tts/v1) that converts SSML text or article URLs into MP3/WAV audio synchronously or asynchronously, lists available voices, and reports async job status. API keys are generated from the Listnr dashboard at voices.listnr.tech and passed via an x-listnr-token header.
APIs
Listnr Text-to-Speech API
Convert SSML text or an article URL into MP3/WAV speech using a chosen voice, voice style, speed, and sample rate. Synchronous endpoints return an audio URL directly; asynchrono...
Listnr Voices API
List the voices available on Listnr, optionally filtered by language, gender, and style. Each voice returns its identifier, language, gender, and supported voice styles for use ...
Listnr Audio Jobs API
Poll the status of an asynchronous text-to-speech or URL-to-speech job by jobId. Returns a status of PENDING, IN_PROGRESS, COMPLETED, or FAILED, plus the resulting audio URL and...