Api:
This website provides one simple API:
[GET] read.thevinter.com/api/transformRequired Body:
{
text: "required text to parse"
type: "html"
}
The text parameter should contain the string of text you want to transform
The type parameter can be either html or md and it tells the API which output format you want
Example Output:
{
"out" : "<div><b>requ</b>ired <b>te</b>xt <b>t</b>o <b>pa</b>rse</div>"
}