WebSpellChecker
WebSpellChecker API is designed to integrate seamlessly into your applications, providing comprehensive spell check, grammar, and style correction across multiple languages. Utilizing simple GET/POST requests, this API delivers detailed feedback in a JSON format, making it easy to identify and correct textual issues. Multi-language support: English, German, Spanish, French, among others. Full…
WebSpellChecker endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text check | ||
| POST |
spellCheck /api |
Check spelling |
| POST |
grammarCheck /api |
Check grammar |
| POST |
styleGuideCheck /api |
Check text against a style guide to identify and suggest alternatives for non-inclusive language and profanity in English |
| POST |
checkAll /api |
Check text with all available check types like spelling, grammar and style guide |
| GET |
spellCheck /api |
Check spelling |
| GET |
grammarCheck /api |
Grammar check |
| GET |
styleGuideCheck /api |
Check text against a style guide to identify and suggest alternatives for non-inclusive language and profanity in English |
| GET |
checkAll /api |
All types of text check |
| User dictionary | ||
| POST |
createDictionary /api |
Create a user dictionary |
| POST |
getDictionaryContent /api |
Request content of a specified user dictionary |
| POST |
checkDictionaryStatus /api |
Check if a specified user dictionary exists on the server |
| POST |
addWords /api |
Add new words to a specified user dictionary |
| POST |
deleteWords /api |
Remove words from a specified user dictionary |
| POST |
renameDictionary /api |
Rename an existing user dictionary |
| POST |
deleteDictionary /api |
Delete a selected user dictionary |
| Autocomplete | ||
| GET |
englishAutocomplete /api |
Automated text suggestions for English |
| POST |
englishAutocomplete /api |
Automated text suggestions for English |
| Autocorrect | ||
| GET |
spellingAutocorrect /api |
Spelling typos autocorrection |
| POST |
spellingAutocorrect /api |
Spelling typos autocorrection |
| Detect language | ||
| GET |
detectLanguage /api |
Automated text language detection |
| POST |
detectLanguage /api |
Automated text language detection |
| Other endpoints | ||
| GET |
deleteDictionary /ssrv.cgi |
Delete your User Dictionary |
| GET |
deleteWordFromUserDictionary /ssrv.cgi |
You can easily remove word from the User Dictionary |
| GET |
renameUserDictionary /ssrv.cgi |
Rename your User Dictionary |
| GET |
addWordToTheUserDictionary /ssrv.cgi |
This request will add new word to the User Dictionary |
| GET |
createUserDictionary /ssrv.cgi |
This API allows you to create the User Dictionary, so you are able to add any misspelling into your personal dictionary. |
| GET |
grammarCheck /ssrv.cgi |
This API allows you to check your grammar. This feature is available for American English and British English. |
| GET |
spellCheck /ssrv.cgi |
spellCheck |
WebSpellChecker pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $32 / month | — |
|
| ULTRA | $87 / month | — |
|
| MEGA | $144 / month | — |
|