Endpoints
- POST
/v1/markdown/api/v1/convertHTML → Markdown · html - POST
/v1/markdown/api/v1/convert/batchUp to 10 conversions · items - GET
/v1/markdown/api/v1/previewFetch URL → Markdown · url
Example
curl -X POST "https://api.sprytools.com/v1/markdown/api/v1/convert" \
-H "x-api-key: YOUR_KEY" -H "content-type: application/json" \
-d '{"html":"<h1>Hello</h1><p>World</p>"}'