Correct Spelling API

The API corrects spelling mistakes in a given text. It returns the corrected text or the original text if nothing was corrected. This API supports text in the following languages: English (en), French (fr), German (de), Italian (it), and Spanish (es).

GET
https://api.apileague.com/correct-spelling
Example Request and Response
GET
https://api.apileague.com/{{ examples.getCorrectSpelling }}
{
    "corrected_text": "driving cars is fun"
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}

Frequently Asked Questions

Which languages are supported?

The API currently supports spelling correction for English (en), French (fr), German (de), Italian (it), and Spanish (es).

Does it correct grammar as well?

The primary focus of this API is spelling correction. While it may catch some context-based errors, it is not a full grammar checker.

Can it handle slang or informal text?

The API is trained on standard language usage. It may not correctly identify or preserve slang, but it attempts to correct misspelled standard words within the text.

How is the Correct Spelling API different from the Detect Language API?

The Correct Spelling API fixes spelling errors in a given text, whereas the Detect Language API identifies the language the text is written in.

Questions? Need Help? Ask Away