Markdown to WeChat Publishing API
Markdown to WeChat Publishing API for AI Agents
md2wechat Agent API is a publishing API for AI agents. Use it to convert Markdown into WeChat-ready HTML, create WeChat article drafts, create newspic drafts, and upload media in bulk.
Convert
Convert Markdown directly into WeChat-ready HTML.
curl -X POST "https://md2wechat.com/api/v1/convert" \
-H "Content-Type: application/json" \
-H "Md2wechat-API-Key: wme_your_api_key" \
-d '{
"markdown": "# Title\n\nBody content",
"theme": "default",
"fontSize": "medium",
"convertVersion": "v1"
}'Quickstart
Define the workflow, then run the smallest request
Start by deciding whether you need formatting, draft creation, or media upload, then validate the smallest possible request.
Capabilities
Four endpoints for the real publishing path
These endpoints are designed around real publishing outcomes, not just HTML conversion. They cover formatting, draft creation, asset upload, and publishing preparation.
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, draft creation, and media upload. Access is handled through the contact page.
FAQ
FAQ
Direct answers about onboarding, auth, pricing, and scope.