Markdown to WeChat Publishing API
Markdown to WeChat Publishing API for AI Agents
md2wechat Agent API is a formatting API for AI agents. Use it to convert Markdown into WeChat-ready HTML with theme, font size, and advanced layout support.
Convert
Convert Markdown directly into WeChat-ready HTML.
curl -X POST "https://www.md2wechat.cn/api/convert" \
-H "Content-Type: application/json" \
-H "Md2wechat-API-Key: wme_your_api_key" \
-d '{
"markdown": "# Title\n\nBody content",
"theme": "default",
"fontSize": "medium",
"backgroundType": "default"
}'Quickstart
Define the workflow, then run the smallest request
Start by deciding your formatting goal and theme, then validate the smallest possible request.
Capabilities
One convert endpoint for the full Markdown to HTML path
Capabilities are designed around real formatting outcomes: theme, font size, and advanced layout modules all flow through the same convert endpoint.
Ecosystem
Choose a product or Skill distribution path
md2wechat CLI and md2wechat Skill are the core product entry points. The APIs provide rendering and publishing services. md2wechat-lite is an optional lightweight client. An available install or distribution path does not prove host compatibility.
Pricing
Pricing by workflow capability
Two tiers: Unified ¥199 and Custom ¥998, covering Markdown to WeChat HTML conversion with theme and advanced layout support. Access is handled through the contact page.
FAQ
FAQ
Direct answers about onboarding, auth, pricing, and scope.