{"endpoints":{"GET /grammar-check":"Test grammar check with sample data","GET /spell-check":"Test spell check with sample data","POST /grammar-check":"Check grammar of text in array","POST /spell-check":"Check spelling of words in array"},"message":"Spell Check & Grammar Check API","usage":{"grammar-check":{"body":{"1":{"grammar_error":null,"letter":"I goes to school"},"2":{"grammar_error":null,"letter":"She dont like it"}},"content-type":"application/json","method":"POST","url":"/grammar-check"},"spell-check":{"body":{"1":{"correct":null,"letter":"Gammy"},"2":{"correct":null,"letter":"containTC"}},"content-type":"application/json","method":"POST","url":"/spell-check"}}}
