Using demo API key: md2doc_1234567890abcdef
Google Drive folder ID
Use n8n expressions like {{$json.field}} for dynamic content
Copy the cURL command or n8n node configuration
curl -X POST https://api.mark2docs.com/api/convert/markdown-to-doc \
-H "Content-Type: application/json" \
-H "X-API-Key: md2doc_1234567890abcdef" \
-d '{
"content": "# n8n Document\n**Auto-generated** from workflow.\n",
"title": "n8n Document",
"sendNotificationEmails": true
}'
How to use: