LanguageTool · Example Payload

Check Markup Request

GrammarSpell CheckStyleProofreadingNLPNatural Language ProcessingWritingOpen Source

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

Top-level fields

datalanguage

Example Payload

Raw ↑
{
  "data": "{\"annotation\":[{\"text\": \"A \"},{\"markup\": \"<b>\"},{\"text\": \"test\"},{\"markup\": \"</b>\"}]}",
  "language": "en-US"
}