Endpoints
- POST
/v1/md-to-html/api/v1/convertMarkdown → HTML · markdown - POST
/v1/md-to-html/api/v1/convert/batchUp to 10 conversions · items - POST
/v1/md-to-html/api/v1/sanitizeSanitize HTML · html
Example
curl -X POST "https://api.sprytools.com/v1/md-to-html/api/v1/convert" \
-H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
-d '{"markdown":"# Hello\n\nWorld"}'