Online Text Reader API: MP3 Over REST
An online text reader API is a REST endpoint that turns a string into an audio file URL — the same job people search as “online reader” or “text reader,” implemented as TTS over HTTP. On Woord that endpoint is POST https://www.getwoord.com/api/convert. Auth is Authorization: Bearer YOUR_KEY. The body is form fields, not JSON: text, gender_voice, language, optional speakingRate and effectsProfileId.
The official docs sample response is {"message":"Your audio has been created!","audio_src":"https://getwoord.s3.amazonaws.com/...mp3","error":false}. Play or download audio_src. Product docs: /pages/api_docs. Starter is $9.99/mo (billed monthly). Config caps each audio at 10,000 characters; an ac...
Continue Reading
