[{"api":"credentials loaded successfully"},{"endpoint":"/validate-spelling","method":"POST","description":"Validate spelling of a sentence and return the corrected sentence","body":{"sentence":"string"},"response":{"result":"string"}},{"endpoint":"/validate-language","method":"POST","description":"Validate language of a sentence and return the language","body":{"sentence":"string"},"response":{"isEnglish":"boolean","language_code":"string","language_name":"string"}},{"endpoint":"/natural-language","method":"POST","description":"An AI respond with natural language to what you say","body":{"sentence":"string"},"response":{"result":"string"}},{"endpoint":"/natural-language-with-context","method":"POST","description":"An AI respond with natural language to what you say and engages in a real conversation","body":{"prompt":"Human: string\nAI: string\n"},"response":{"resul":"string"}}]