Skip to main content
POST

Params

text
string
required
The text to check.
language_code
string
default:"en"
The language code of the target language to translate to. All supported language codes can be found here.
x-api-key
string
required
Your JigsawStack API key

Response

success
boolean
Indicates whether the call was successful.
_usage
object
Usage information for the API call.
log_id
string
A unique identifier for the request
misspellings_found
boolean
Whether any misspellings were found in the text.
misspellings
array
Array of misspelling objects found in the text.
auto_correct_text
string
The auto corrected text.If no misspellings were found, the original text is returned.