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=status

Response:

{
    "SpellCheckEngine": {
        "active": true
    },
    "GrammarCheckEngine": {
        "active": true,
    },
    "EnglishAIModel": {
        "active": true
    },
    "GermanAIModel": {
        "active": true
    },
    "SpanishAIModel": {
        "active": true,
    },
    "EnglishAutocomplete": {
        "active": true,
    }
}

Last updated

Was this helpful?