Male Voice Text-to-Speech API: en_US to MP3
A male voice text-to-speech API turns a string into an MP3 URL. On Woord that is POST https://www.getwoord.com/api/convert with Bearer auth and form fields (not JSON). Official docs default gender_voice is male. Sample text: Hello World, language=en_US.
Starter is $9.99/mo. Cap is 10k characters per file. Trial is 8 days / 20k characters. The Free plan does not call the API. There is no MCP host. Docs: getwoord.com/pages/api_docs.
Request: official Hello World, male
curl 'https://www.getwoord.com/api/convert' -X POST \
-H 'Accept: application/json' \
-H 'Authorization: Bearer ACCESS_KEY' \
--data $'text=Hello+World&gender_voice=male&language=en_US&speakingRate=1.00'
Response: official convert sample
{
"message": "Your audio has been created!",
"audio_src": "https://getwoord.s3.amazonaws.com/4273352455515882618255eaaf3c1cbdbe0.55443890.mp3",
"error": false
}
The S3 filename is from the docs sample (same envelope as the female-voice call). Fetch audio_src from your own request — do not hotlink this URL.
Go live
1. Register — 8-day trial / 20k characters.
2. Copy the Bearer key.
3. POST form fields with gender_voice=male.
4. Download audio_src.
Create a male-voice MP3 with a Woord key →
