Upload your company's Word template once. Then send Markdown via API and get back beautifully formatted documents — with your brand, styles, and layout.
Send any .docx file and we'll extract the styles, fonts, colors, headers, and footers.
POST /templates
Content-Type: multipart/form-data
Submit your Markdown content along with the template ID. We'll convert it in seconds.
POST /convert
{ "template_id": "...", "markdown": "# Report..." }
Get back a polished .docx file with your template's styling applied automatically.
GET /documents/{id}
→ document.docx
Perfect for trying it out
For teams and regular use
For high-volume workflows