Changes to The Bing Spell Check API lets you perform contextual grammar and spell checking. Bing has developed a web-based spell-checker that leverages machine learning and statistical machine translation to dynamically train a constantly evolving and highly contextual algorithm. The spell-checker is based on a massive corpus of web searches and documents.

POST /spellcheck

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 2 of the 4 revisions of this API.143

  1. 56e997ef1fe613
  2. 1c49489756974

What changed

  • 56e997ef1fe613See the full diff
    • added the new required query request parameter Text

      new-required-request-parameter

    • added the new optional query request parameter Mode

      new-optional-request-parameter

    • added the new optional query request parameter PostContextText

      new-optional-request-parameter

    • added the new optional query request parameter PreContextText

      new-optional-request-parameter

    • deleted the query request parameter Mode

      request-parameter-removed

    • deleted the query request parameter PostContextText

      request-parameter-removed

    • deleted the query request parameter PreContextText

      request-parameter-removed

    • deleted the query request parameter Text

      request-parameter-removed