TextGears
Since 2015, TextGears has been providing grammar and spell checking API services to thousands of companies around the world. For each mistake, TestGears API provides information about its type, position in the text, possible correction options and a brief description. Our service is the best choice for those who develop software for checking essays, resumes or automatic system for assessing…
TextGears endpoints
| Method | Endpoint | Description |
|---|---|---|
| Custom dictionary | ||
| POST |
Create dictionary /custom/createdictionary |
If you need a flexible setting for checking text for errors, use the custom exceptions setting. This will be especially useful for companies working with texts that are full of… |
| POST |
Edit dictionary /custom/updatedictionary |
Edit dictionary params. id can be a number, a string or even null. Default dictionary has id === null |
| GET |
List created dictionaries /custom/listdictionaries |
List all active dictionaries |
| POST |
Create exception /custom/addexception |
Create. custom exception |
| GET |
List exceptions of dictionary /custom/listexceptions |
List exceptions of dictionary |
| POST |
Delete dictionary /custom/deletedictionary |
Delete custom dictionary. id can be a number, a string or even null. Default dictionary has id === null |
| POST |
Delete exception /custom/deleteexception |
Delete exception by id |
| Other endpoints | ||
| POST |
Language detection /detect |
Determination of the language of the text and the assumption of its dialect. The method returns an array of probable options for each language. If it is not possible to… |
| POST |
Readability /readability |
Calculates readability and other text metrics. **Important!** When determining text metrics, accuracy is directly related to the size of the text. Determining the readability or… |
| POST |
Spell checker /spelling |
Checks the text for typos in English, French, German, Portuguese, Italian, Spanish, Japanese, Chinese, Greek |
| POST |
Summarization and keywords extraction /summarize |
Automatic text summarization and keywords extraction. API returns a summary and a highlight. What's the difference? - Summary contains the most important sentences of text.… |
| POST |
Grammar check /grammar |
The method allows you to check the text for grammatical, spelling, punctuation and stylistic errors. Supported languages: English, French, German, Portuguese, Italian, Spanish,… |
| POST |
Automatic correction /correct |
AI-empowered error correction tool |
TextGears pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| ULTRA Recommended | $29.95 / month | — |
|
| MEGA | $99.95 / month | — |
|