LOVO AI
LOVO AI is an AI text-to-speech and voice generation platform whose flagship product, Genny, turns text into natural-sounding speech across a large library of speakers, locales, and speaker styles, plus AI voice cloning and voiceover tooling. The Genny API is a REST API (base https://api.genny.lovo.ai) authenticated with an X-API-KEY header. It exposes synchronous and asynchronous text-to-speech conversions, a speakers/voices catalog with styles, per-conversion pronunciation, pause, and emphasis controls, and a team billing/usage endpoint. TTS credits are deducted from the account tied to the API key, and generated audio URLs are valid for 24 hours.
APIs
LOVO AI Text-to-Speech API
Convert text into natural-sounding speech. Submit an asynchronous job (POST /tts) and poll or receive a callback, or run a synchronous conversion (POST /tts/sync) with a 90-seco...
LOVO AI Speakers API
Browse the Genny voice catalog. Retrieve speakers (GET /speakers) with pagination and sorting by displayName, locale, gender, speakerType, and ageRange. Each speaker exposes its...
LOVO AI Pronunciation and Prosody
Pronunciation, pause, and emphasis controls applied to a TTS conversion. These are modeled honestly as data structures on the TTS output (word-level pronunciation replacements, ...
LOVO AI Teams and Billing API
Read team billing and usage information for the account tied to the API key (GET /teams/status). Returns the team name, subscription status and billing interval, current period ...