Female Voice Text-to-Speech API: en_US to MP3
A female 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 sample is Hello World, language=en_US. Set gender_voice=female instead of the docs default male.
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, female
curl 'https://www.getwoord.com/api/convert' -X POST \
-H 'Accept: application/json' \
-H 'Authorization: Bearer ACCESS_KEY' \
--data $'text=Hello+World&gender_voice=female&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. Fetch audio_src from your own call — do not hotlink this URL.
Same form fields
language=fr_FR/es_ES/de_DE— samegender_voice.speakingRate— docs default1.00.- Premium:
text_premium_en_USorssml_premium_en_US.
Go live
1. Register — 8-day trial / 20k characters.
2. Copy the Bearer key.
3. POST form fields with gender_voice=female.
4. Download audio_src.
Create a female-voice MP3 with a Woord key →
