{"uid":"cap_VCUOCNdCeBD-UUo9nKUOo","slug":"toolshed-markdown-to-html-converter-becc54ee","name":"Toolshed Markdown to HTML Converter","description":"Markdown to HTML conversion","url":"https://toolshed.lemon-agent.dev/convert/md-html","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"string","maxLength":262144,"description":"the raw Markdown file as the request body, up to 256 KB"},"type":{"type":"string","const":"http"},"method":{"type":"string","const":"POST"},"bodyType":{"type":"string","const":"text"}},"additionalProperties":false},"output":{"type":"object","required":["type","format"],"properties":{"type":{"type":"string","const":"text"},"format":{"type":"string","const":"text/html","description":"the converted HTML file as the response body (text/html)"},"example":{"type":"string","description":"the sample request body above, converted — what a the converted HTML file as the response body (text/html) looks like"}},"additionalProperties":false}}},"responseSchema":{"type":"text","format":"text/html","example":"<h1>Title</h1>\n<p>Some <strong>bold</strong> text.</p>\n"},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.004","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.004/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.004","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_UfKGrka7MmuIKNRhipQBq","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.004","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Converts Markdown-formatted text into HTML markup via a simple HTTP POST call","exampleAgentPrompt":"Convert this Markdown to HTML for me: '# My Title\\n\\nThis is **bold** and this is *italic* text with a [link](https://example.com).'","exampleUseCases":[{"title":"Blog post publishing pipeline","prompt":"I've written my blog post in Markdown — can you convert it to HTML so I can drop it into my CMS? Here's the content: '# How I Built My Garden\\n\\nThis spring I planted **tomatoes** and *basil*...'"},{"title":"README rendering for web display","prompt":"Take this GitHub README markdown and turn it into HTML so I can embed it on my project's website: '## Installation\\n\\nRun `npm install` then `npm start`.\\n\\n### Requirements\\n- Node 18+\\n- npm 9+'"},{"title":"Email template from Markdown draft","prompt":"I drafted my newsletter in Markdown — convert it to HTML so I can paste it into my email builder: '# Weekly Update\\n\\nHello everyone! Here's what happened this week:\\n\\n- Launched new feature\\n- Fixed 3 bugs\\n- **Team grew by 2 people**'"}],"resultDescription":"Returns a plain HTML string (text/html) containing the fully rendered HTML equivalent of the input Markdown, with proper tags such as <h1>–<h6>, <p>, <strong>, <em>, <a>, <ul>, <li>, <code>, <pre>, etc.","failureModes":["Empty or missing request body returns an error","Malformed or non-Markdown input may produce minimal or empty HTML output","Network timeout on very large Markdown documents","Payment failure (x402) if insufficient USDC balance, returning 402 status"],"whenToPreferThis":"Choose this endpoint when you need a lightweight, no-setup HTTP call to convert Markdown to HTML without installing any libraries or dependencies. Ideal for agents running in sandboxed environments without access to markdown parsing libraries, or when you want a pay-per-use model at $0.001 per call rather than bundling a library.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:44:18.139Z","isFirstParty":false}