Convert Markdown to Word documents via API
// Headers:
Content-Type: application/json
X-API-Key: your-api-key
// Body:
{
"markdown": "# Your Markdown\n\nContent here...",
"filename": "document" // optional
}
🔐 Requires X-API-Key header (or Authorization: Bearer).
Returns a binary .docx file with
Content-Type: application/vnd.openxmlformats-officedocument.wordprocessingml.document
// HTTP Request Node Settings:
Method: POST
URL: https://md2docx.auglab.ai/api/md-to-docx
// Authentication:
Header Auth → Name: X-API-Key
→ Value: your-api-key
Body Content Type: JSON
Body:
{
"markdown": "{{ $json.llm_output }}"
}
Response Format: File