HTML to Markdown API

Convert HTML to clean Markdown, in batches or from a URL.

Get your free key → Full API docs

Endpoints

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>"}'

← All APIs