Language
/v1/markdown/to-text
Removes all Markdown syntax (headings, bold, italics, links, images, code blocks) and returns clean plain text. The output preserves paragraph structure and spacing.
The Markdown content to convert to plain text.
curl -X POST https://api.botoi.com/v1/markdown/to-text \ -H "Content-Type: application/json" \ -d '{"markdown":"# Hello\n\nThis is **bold** and [a link](https://botoi.com)."}'
Strip formatting before feeding content into Elasticsearch or Algolia so search queries match the visible text, not Markdown syntax.
Convert Markdown email templates to plain text for the text/plain MIME part that email clients fall back to.
Free tier includes 5 requests per minute with no credit card required. Upgrade for higher limits.