md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Features
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact

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.

Read QuickstartCopy curl exampleContact for Pro access
Main site: md2wechat.com
Editor: md2wechat.cn, backup: md2wechat.app
Official skill: md2wechat-skill
OpenAPI + llms.txt

Convert

Convert Markdown directly into WeChat-ready HTML.

POST /api/convertMd2wechat-API-Key
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"
  }'
The convert endpoint is served by md2wechat.cn (backup domain md2wechat.app). One API key header is enough — no WeChat credentials or IP whitelist required.

Quickstart

Define the workflow, then run the smallest request

Start by deciding your formatting goal and theme, then validate the smallest possible request.

01
Get your API key

Contact us for activation, or buy the Unified tier (¥199 one-time) on the md2wechat.cn API docs page. You receive a Md2wechat-API-Key.

02
Copy the smallest command

The request body has four fields: markdown, theme, fontSize, and backgroundType. Use any one of the equivalent headers: Md2wechat-API-Key, X-API-Key, or Authorization: Bearer.

03
Inspect the response

The response data contains html, wordCount, and estimatedReadTime. Verify the HTML pastes into the WeChat editor before wiring it into your agent.

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.

Convert Markdown into WeChat HTML
Use after content generation to produce HTML for direct publishing or review.

Input

Markdown + theme + fontSize + backgroundType

Output

WeChat-ready HTML

Headers

Md2wechat-API-Key

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.

Command-line installation
Install the core CLI for complete creation and publishing flows.
npm install -g @geekjourneyx/md2wechat
CLI / skill / raw APIOpen
Plugin marketplace distribution
An available plugin marketplace install path; verify each host separately.
/plugin marketplace add geekjourneyx/md2wechat-skill /plugin install md2wechat@geekjourneyx-md2wechat-skill
CLI / skill / raw APIOpen
Skill side-loading
An available Skill side-loading path, not verified host compatibility.
curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-skill/main/scripts/install-openclaw.sh | bash
CLI / skill / raw APIOpen
Raw API
The shortest path for any agent that can run HTTP requests.
curl -X POST https://www.md2wechat.cn/api/convert ...
CLI / skill / raw APIOpen

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.

Unified
For teams that want Markdown to WeChat HTML conversion with theme and advanced layout modules in agent workflows.
¥299¥199

POST /api/convert endpoint

Theme catalog and advanced layout modules

Md2wechat-API-Key with three equivalent header options

Quickstart, curl snippets, markdown docs

CLI and skill integration guides

Phase 1 / Manual activationContact for access
Custom
Enterprise theme customization, 1-on-1 consulting, and tailored WeChat content workflow solutions for teams with branded layout requirements.
¥1999Recommended ¥998

All Unified tier endpoints

Enterprise custom theme development

1-on-1 consulting and technical support

Custom agent workflow design

Priority response and dedicated channel

Phase 1 / Manual activationContact for consulting

FAQ

FAQ

Direct answers about onboarding, auth, pricing, and scope.

md2wechat Agent API markmd2wechat Agent API

The official md2wechat API, docs, CLI, and skill entry points for Markdown to WeChat publishing workflows.

GitHubX (Twitter)
Product
  • Quickstart
  • Features
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.