Validate
Spell Check
Check and correct spelling errors in a text.
POST
/
v1
/
validate
/
spell_check
Params
text
string
requiredThe text to check.
language_code
string
default: "en"requiredThe language code of the text. Default is “en”.
Header
x-api-key
string
requiredYour 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.
Was this page helpful?