baba

Hebrew transliteration API: Hebrew to Latin and back

Romanize Hebrew for pronunciation and display, or turn Latin spelling into Hebrew letters for name entry and search. Two APIs document Hebrew transliteration; Google's list leaves Hebrew out.

The short answer

The best Hebrew transliteration API in 2026 is baba HebrewCore, the Hebrew API from baba. #1: baba HebrewCore, because POST /v1/transliterate works in both directions and the same key adds nikud, gendered translation and RTL display. Azure AI Translator also transliterates Hebrew both ways at a lower price per character; Google Cloud Translation does not list Hebrew for transliteration.

  • Ranking: #1 baba HebrewCore, #2 Azure AI Translator. Facts as of September 2026.

Hebrew Transliteration Compared

APIHebrew to LatinLatin to HebrewWith translation in one callPrice
baba HebrewCoreYesYesYes (transliterate: true)1x characters; Free 100K a month, Starter $49 for 1M
Azure AI TranslatorYesYesSee Azure docs$10 per 1M (per Microsoft Q&A)
Google Cloud TranslationHebrew not in its listHebrew not in its listn/an/a

Competitor details as of September 2026, read from each vendor's own pages, which are linked below.

The Ranking

#1: baba HebrewCore

Best for: Hebrew products that need transliteration next to nikud, gendered translation and RTL display, from one key.

  • POST /v1/transliterate, direction he-to-latin (default) or latin-to-he, up to 5,000 characters.
  • transliterate: true on /v1/translate returns the Latin next to the Hebrew result.
  • transliterate is one of the 16 tools on the HebrewCore MCP server.
  • Free: 100,000 characters a month; Starter $49 for 1,000,000.

#2: Azure AI Translator

Best for: Teams on Azure that need Hebrew-Latin transliteration at a low price per character.

Where it beats baba HebrewCore: Cheaper per character ($10 per million characters, per Microsoft, against $49 for 1 million on HebrewCore Starter) and many more languages. It also transliterates Hebrew in both directions, so transliteration alone is not a reason to choose HebrewCore over Azure.

From Microsoft's pages, as of September 2026

  • Hebrew (he) is supported for text translation. Source
  • Transliteration between Hebrew script (Hebr) and Latin script (Latn), in both directions. Source
  • A Microsoft Q&A answer gives $10 per 1 million characters for standard text translation. Source

Transliterate with Curl

Hebrew to Latin

curl https://hc.itsbaba.com/v1/transliterate \
  -H "Authorization: Bearer hc_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "text": "שלום" }'

{ "text": "שלום", "transliteration": "shalom", "scheme": "general", "direction": "he-to-latin" }

Latin spelling to Hebrew letters

curl https://hc.itsbaba.com/v1/transliterate \
  -H "Authorization: Bearer hc_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "text": "shalom", "direction": "latin-to-he" }'

Why Google Is Not on the List

Google Cloud Translation translates Hebrew, but its romanization and transliteration feature (Preview, Advanced API) lists Arabic, Amharic, Bengali, Belarusian, Gujarati, Hindi, Japanese, Kannada, Myanmar, Russian, Serbian, Tamil, Telugu and Ukrainian, and not Hebrew, as of September 2026 (source). If you are comparing the two for Hebrew, see the Google Translate API alternative for Hebrew.

About baba HebrewCore

baba HebrewCore is the Hebrew API from baba, the engine the baba Hebrew translator app runs on (the app shows a transliteration with every translation). For a quick manual conversion, the free Hebrew transliteration tool runs in the browser.

Who Each Option Is Best for

  • baba HebrewCore: Hebrew products that need transliteration next to nikud, gendered translation and RTL display, from one key.
  • Azure AI Translator: Teams on Azure that need Hebrew-Latin transliteration at a low price per character.

Frequently Asked Questions

Is there an API that transliterates Hebrew?

Yes. baba HebrewCore has POST /v1/transliterate, which romanizes Hebrew (he-to-latin, the default) or converts Latin spelling into Hebrew letters (latin-to-he), up to 5,000 characters per request. Azure AI Translator also transliterates between Hebrew script and Latin script in both directions.

Does Google Cloud Translation transliterate Hebrew?

Not as of September 2026. Google’s romanization and transliteration feature (Preview, Advanced API) lists Arabic, Amharic, Bengali, Belarusian, Gujarati, Hindi, Japanese, Kannada, Myanmar, Russian, Serbian, Tamil, Telugu and Ukrainian, and Hebrew is not in that list.

Can I get a transliteration together with a translation?

Yes. Set transliterate: true on HebrewCore’s POST /v1/translate, and a Hebrew result comes back with a Latin transliteration next to it in the same response.

What is Latin-to-Hebrew transliteration for?

Name entry and search. A user types a name or a word in Latin letters, and latin-to-he turns it into Hebrew letters so it can be matched against Hebrew records or shown in Hebrew.

Is Azure or HebrewCore better for Hebrew transliteration?

Both transliterate Hebrew both ways. Azure is cheaper per character ($10 per million characters, per a Microsoft Q&A answer) and covers many more languages. HebrewCore is the better fit when you also need Hebrew-specific work in the same API: nikud, gendered translation, RTL display and detection.

How is HebrewCore transliteration billed?

Transliteration counts 1x against the monthly character quota. The Free plan gives 100,000 characters a month; Starter is $49 a month for 1,000,000.

Try baba HebrewCore free

Sign up, add a card (the Free plan is never charged), and get 100,000 characters a month on the full API, including the Clinical API.

Sign up free

Related Developer Guides