# POST /v1/nikud

Part of the HebrewCore documentation. Web: https://hc.itsbaba.com/docs#nikud · Whole docs: https://hc.itsbaba.com/docs.md · Index: https://hc.itsbaba.com/llms.txt

`POST /v1/nikud`

Add full nikud (vowel points) to Hebrew text: for vocalized display, learning materials, and text-to-speech, where unvocalized Hebrew is ambiguous. `text` up to 10,000 characters. English terms and numbers are left untouched, and the result is checked: `verified: true` means removing the points gives back your text (only the vowel letters ו and י may differ, which does not change pronunciation). When `verified` is false, `nikud` is your text unchanged; send it to speech unvocalized or retry.

```http
POST /v1/nikud   { "text": "שלום עולם" }
{ "text": "שלום עולם", "nikud": "שָׁלוֹם עוֹלָם", "verified": true }
```
