REST API
Convert Markdown content to professionally styled Word documents with custom branding, headers, footers, and more.
Quick Start
curl -X POST /convert \
-H "Content-Type: application/json" \
-d '{
"markdown": "# Hello World",
"branding": {
"title": "My Doc"
}
}' -o document.docx
Convert Markdown content to Word document with optional branding configuration.
Upload a Markdown file (.md, .txt) and receive a Word document.
Parse Markdown content into Abstract Syntax Tree for inspection.
Check API status and version information.
Get a complete sample branding configuration as a template.
Swagger UI for interactive API exploration and testing.
Headings, lists, tables, code blocks, links, images, and more.
Fonts, colors, headers, footers, logos, and page layout.
Rate limiting, CORS, request timeouts, and SSRF protection.
30/min
Rate Limit
60s
Timeout
3MB
Max Image
5MB
Max Payload
Every response includes X-Request-ID header for debugging.
Remote images only fetched from configured allowed hosts.
Explore the interactive documentation to test endpoints directly in your browser.
Response Headers
HTTP/1.1 200 OK
Content-Type: application/...
X-Request-ID: 550e8400-e29b...
Content-Disposition: attachment