---
title: "Add word to a dictionary"
method: POST
path: "/words/add"
---

# Add word to a dictionary

`POST /words/add`

Add a word to one of the user's personal dictionaries. Please note that this feature is considered to be used for personal dictionaries which must not contain more than 500 words. If this is an issue for you, please contact us.

## Response `200`

the result of adding the word

- object
  - `added` boolean — true if the word has been added. false means the word hasn't been added because it had been added before.

---

[API](https://skmtc.dev/languagetool/apis/languagetool-api.md) · [All operations](https://skmtc.dev/languagetool/apis/languagetool-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/languagetool/languagetool-api/revisions/b03e9c3b31e2/schema)
