Back to Tool
📝
Markdown to HTML API
Convert Markdown to HTML programmatically
Endpoint
POST
/api/v1/markdown-to-htmlAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| markdown | string | Yes | Markdown text to convert |
Response
| Field | Type | Description |
|---|---|---|
| success | boolean | Whether the operation was successful |
| html | string | The 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."}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com