Languagetool
Connector for the languagetool API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.languagetoolplus.com/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_languages— GET /languages — Get a list of supported languages.get_words— GET /words — List words in dictionariespost_check— POST /check — Check a textpost_words_add— POST /words/add — Add word to a dictionarypost_words_delete— POST /words/delete — Remove word from a dictionary
Inputs
apiKey— your languagetool API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_languages
apiKey: <your key>