
Spell Check Client
Spell Check Client
Bing Spell Check provides spelling correction and context-aware grammar fixes — handles slang and brand names.
Built on Bing's vast query corpus — strong on slang, brand names, colloquialisms
Sunsets 2025-08-11
Obtain a key from Azure. GET /v7.0/spellcheck?text=ths+is+an+exmple&mode=proof
Uptime · 30-day window
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).
What you can build
- 1Search-box typo correction
- 2Real-time correction in user input forms
- 3Auto-proofreading social comments
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
Example request
curl https://microsoft.com/<endpoint>Getting started
Obtain a key from Azure. GET /v7.0/spellcheck?text=ths+is+an+exmple&mode=proof
FAQ
When should I use spell vs proof mode?+
spell for search boxes (low latency, low disruption); proof for word-processor scenarios (deep analysis).
Technical details
- 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
More from Microsoft
Bing Autosuggest API returns search suggestions from a partial query — for search-box type-ahead completion.
Bing Computer Vision API analyzes images — OCR, object detection, face detection, scene captioning, content moderation.
Bing Custom Image Search restricts image search to a custom set of domains — the image counterpart of Bing Custom Search.
Bing Custom Search lets you define a custom domain subset and run Bing search against it — for vertical or enterprise search.
Custom Vision Prediction API runs inference using your trained Custom Vision model — upload an image, get classification labels and confidence scores.
Custom Vision Training API programmatically trains image-classification / object-detection models — create projects, upload labeled images, trigger training, publish iterations.
Bing Entity Search recognizes queries as named entities (people, places, organizations) and returns structured card info (description, image, related links).
Bing Image Search runs image search over Bing's web-wide image index — by keyword, similar image, aspect ratio, or size filter.