GET
/
v1
/
validate
/
spell_check

Query

text
string
required

The text to check.

language_code
string
default: "en"required

The language code of the text. Default is “en”.

x-api-key
string
required

Your JigsawStack API key

Response

success
boolean

Indicates whether the call was successful.

message
string

The message returned by the API.

misspellings_found
number

The number of misspellings found in the text.

auto_correct_text
string

The auto corrected text.

If no misspellings were found, the original text is returned.