Getting Started
There are multiple ways to use this api, you can either GET or POST this url:
fullstop.charr.ccMethod 1: GET
To use it, you will need to add parameters with the label of the sentence be the text
fullstop.charr.cc/?text=bob&other=johnThis will return a JSON dictionary with the labels as keys and processed text as values
Method 2: POST
In this method, there are two valid ways. You can see the valid ways below
Method 2.a: Plain text
You will have to post to the url with the body as your sentence and it will simply return the processed text without JSON formatting
Method 2.b: JSON
This method will just get and process all of the values in the JSON body then return it