Overview
Endpoints, request format, and parameters common to all HTTP API commands.
Last updated
Was this helpful?
Was this helpful?
{
"result": [
{
"matches": [
{
"type": "spelling",
"offset": 0,
"length": 4,
"message": "Spelling mistake",
"probability": 1,
"suggestions": [
"hello",
"hole",
"help"
]
}
]
}
]
}{
"r": [
{
"m": [
{
"t": "spelling",
"o": 0,
"l": 4,
"m": "Spelling mistake",
"p": 1,
"s": [
"hello",
"hole",
"help"
]
}
]
}
]
}{
"error": true,
"message": "Language code not found."
}