← Return
Manage Subscription Initiate a Refund

iSpeak Translation API + Hmong TTS

Live developer demo · the first Hmong Live Translation in the world

Your API Key required

Don't have one? Email admin@silverancestors.com to request. Free tier: 1,000 requests/day.

Translate

Translation result — or paste Hmong text here directly and click 🔊
Whatever is in this box is what gets spoken / downloaded. Edit freely before clicking 🔊.
iSpeak Hmong TTS (Claudia VITS) — speaks whatever Hmong text is in the box above. Type/paste Hmong directly even if you didn't translate to Hmong.

Integrate in your code

curl
Python
JavaScript
Hmong TTS
curl -X POST https://silverfamilytree.com/api/v1/translate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello, my friend.","from":"en","to":"hmn"}'
import requests

API_KEY = "YOUR_API_KEY"

r = requests.post(
    "https://silverfamilytree.com/api/v1/translate",
    headers={"Authorization": f"Bearer {API_KEY}"},
    json={"text": "Hello, my friend.", "from": "en", "to": "hmn"},
)
print(r.json()["translation"])
# => "Nyob zoo, kuv tus phooj ywg."
const API_KEY = "YOUR_API_KEY";

const r = await fetch("https://silverfamilytree.com/api/v1/translate", {
  method: "POST",
  headers: {
    "Authorization": `Bearer ${API_KEY}`,
    "Content-Type": "application/json",
  },
  body: JSON.stringify({ text: "Hello, my friend.", from: "en", to: "hmn" }),
});
const { translation } = await r.json();
console.log(translation);  // "Nyob zoo, kuv tus phooj ywg."
# Fetch Hmong audio (WAV) for any Hmong text. Requires API key.
# Tier-aware: Free = 1K calls/day soft cap, Pro = 5K/day, Enterprise/Nonprofit unlimited.
# Returns audio/wav binary — save and reuse, or stream live.
curl -X POST https://silverfamilytree.com/api/v1/tts/hmong \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text":"Nyob zoo, kuv tus phooj ywg."}' \
  --output hello.wav

# In Python:
import requests
audio = requests.post(
    "https://silverfamilytree.com/api/v1/tts/hmong",
    headers={"Authorization": "Bearer YOUR_API_KEY"},
    json={"text": "Nyob zoo, kuv tus phooj ywg."},
).content
with open("hello.wav", "wb") as f:
    f.write(audio)
⚠ Fair-use policy: Silver Inc reserves the right to suspend or terminate any account for abuse, misuse, or violation of fair-use policies — without refund. Examples: key sharing, reselling API output, scraping for competing translation services, circumventing tier limits, or use that violates applicable laws.
Plans & Pricing
Premium Hmong translation powered by Google Cloud NMT · Pay only for what you need
Individual LITE
$0 / month
+ $29.99 one-time setup
✓ 30-day money-back guarantee
For individuals & personal use
  • 5,000 characters/day
  • Unlimited audio (1,000 calls/day soft cap)
  • One key — unlocks all iSpeak extensions
  • Email support
Get LITE Key — $29.99
Pro Small Team
$49.99 / month
Setup included · + human proofreading
For small teams & growing apps
  • Unlimited characters & audio
  • 5 proofreading pages/mo · $50 credits (at $10/page*)
  • Additional pages $10/page
  • One key — all iSpeak extensions
Upgrade to Pro Small Team
Enterprise ELITE
$599.99 / month
Setup included · 20% bonus credits
Top tier — maximum proofreading, best rate
  • Unlimited characters & audio
  • 80 proofreading pages/mo · $800 credits (20% bonus)
  • Additional pages $8/page
  • Includes everything in Enterprise+
Upgrade to Enterprise ELITE
Nonprofit
$0 verified 501(c)(3)
+ $199.99 setup/support annually
✓ 30-day money-back guarantee
For Hmong cultural & community orgs
  • 100,000 characters/day
  • Unlimited audio
  • For Hmong community orgs
  • Lowest proofreading rate
Apply for Nonprofit
⚠ Providing false or misleading Organization Name or EIN/501(c)(3) information is unlawful and punishable by law. By applying you certify your information is true and accurate.
The Interpreter Paj Hlub Setup gives you complete access to our online tools, plus ready-to-use sample code to call our APIs in real time — so your team is live quickly. Standard $29.99 one-time (coming soon) · Nonprofit $199.99/year (coming soon) (setup & support) · 30-day money-back guarantee.
Proofreading plans — fine print:
🖊️ Human proofreading is currently available in Hmong only. Somali, Karen, Lao, Vietnamese, Thai, and Cambodian (Khmer) are coming soon.
👩‍🏫 Every Paj Hlub Hmong proofreader is a former or current teacher, cultural liaison, and/or certified/licensed interpreter.
  • *Included pages are based on the current standard proofreading rate of $10 per page.
  • Monthly proofreading credits are use-it-or-lose-it and expire at the end of each billing cycle.
  • Current additional page rates are subject to change based on market conditions, language availability, and staffing costs.