Status API
The status API command checks the status of the application engines: spell check, grammar check and AI-based language models.
Command name: status
Request URL (GET):
http(s)://endpoint/?cmd=statusResponse:
{
"SpellCheckEngine": {
"active": true
},
"GrammarCheckEngine": {
"active": true,
},
"EnglishAIModel": {
"active": true
},
"GermanAIModel": {
"active": true
},
"SpanishAIModel": {
"active": true,
},
"EnglishAutocomplete": {
"active": true,
}
}Was this helpful?

