@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api SpellCheckPro
@base https://spellcheckpro.p.rapidapi.com/check_spelling
@endpoints 2
@toc check_spelling(2)

@endpoint POST /check_spelling
@desc Check Spelling (English)
@required {text: str, lang_code: str}
@optional {: str}

@endpoint POST /check_spelling
@desc Check Spelling (Russian)
@required {text: str, lang_code: str}

@end
