LanguageTool · Example Payload

Words Add Request

GrammarSpell CheckStyleProofreadingNLPNatural Language ProcessingWritingOpen Source

Words Add Request is an example object payload from LanguageTool, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

wordusernameapiKey

Example Payload

Raw ↑
{
  "word": "mycustomword",
  "username": "user@example.com",
  "apiKey": "your-api-key-here"
}