Skip to main content
POST

Params

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

Response

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