Spell Check Client logo

Spell Check Client

Spell Check Client

Bing Spell Check provides spelling correction and context-aware grammar fixes — handles slang and brand names.

Visit site ↗Health checked 9h ago
Use it when

Built on Bing's vast query corpus — strong on slang, brand names, colloquialisms

Watch for

Sunsets 2025-08-11

First check

Obtain a key from Azure. GET /v7.0/spellcheck?text=ths+is+an+exmple&mode=proof

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
80 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 80ms
01

About this API

Bing Spell Check offers two modes: spell mode (spelling only — fast, conservative) and proof mode (spelling + grammar + usage — slower, comprehensive). Its strength comes from Bing's query logs — strong on slang and brand names. For example, it correctly handles "iphone" (preserves lowercase when in a search box), "lol" (treats as normal), "google" (recognizes as a brand). Useful in search-box correction, form-input assistance, and social-content proofing. Sunsets 2025-08-11 — alternatives require self-hosting (LLM-based spell check now exceeds traditional methods).

02

What you can build

  • 1Search-box typo correction
  • 2Real-time correction in user input forms
  • 3Auto-proofreading social comments
03

Strengths & limitations

Strengths

  • Built on Bing's vast query corpus — strong on slang, brand names, colloquialisms
  • Context-aware (distinguishes "there"/"their"/"they're")

Limitations

  • Sunsets 2025-08-11
  • Weak support for Chinese and other Asian languages
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://microsoft.com/<endpoint>
05

Getting started

Obtain a key from Azure. GET /v7.0/spellcheck?text=ths+is+an+exmple&mode=proof

06

FAQ

When should I use spell vs proof mode?+

spell for search boxes (low latency, low disruption); proof for word-processor scenarios (deep analysis).

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
Auth type
unknown
Pricing
unknown
Protocols
REST
SDKs
python, javascript, csharp, java
Response time
80 ms
Last health check
5/12/2026, 7:37:52 AM
08

Tags

09

More from Microsoft