Back to Tool
📝

Markdown to HTML API

Convert Markdown to HTML programmatically

Endpoint

POST/api/v1/markdown-to-html

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
markdownstringYesMarkdown text to convert

Response

FieldTypeDescription
successbooleanWhether the operation was successful
htmlstringThe converted HTML

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/markdown-to-html \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"markdown": "# Hello\n\nThis is **bold** and *italic* text."}'

Pricing

$0.0020 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com