md2wechat Agent API markAgent API Docs
md2wechat Agent API markAgent API Docs
Homepage

Start

Markdown to WeChat API DocsQuickstartAuth

APIs

Integrations

Operations

ErrorsPricingContact
X (Twitter)

Theme

How the `theme` parameter maps to the md2wechat theme catalog and editor.

Theme

theme is the parameter that tells md2wechat Agent API which WeChat style to use when it converts Markdown or creates reviewable drafts.

What this page means

  • The public catalog at /themes matches the currently supported theme values.
  • The same theme ids are used by convert and article-draft.
  • md2wechat.com is the official site and docs portal.
  • md2wechat.cn is the editor entry for deeper visual inspection of the same themes.

How to choose a theme

Pick a theme based on:

  • content type: knowledge, product, feature, brand, or operations
  • reading rhythm: lighter vs denser layouts
  • contrast level: softer vs stronger visual emphasis
  • review workflow: whether the article will be copied manually or turned into a draft

Start from /themes, filter by scenario, then keep the chosen theme id in your API request.

Example

{
  "markdown": "# Hello\n\nBody",
  "theme": "default",
  "fontSize": "medium",
  "convertVersion": "v1"
}

Recommended path

  1. Browse /themes to narrow the catalog by scenario.
  2. Open md2wechat.cn if you need deeper visual review of the same theme family.
  3. Pass the final theme id into Convert or Article Draft.
  4. If you still need access, continue to Contact.

Table of Contents

Theme
What this page means
How to choose a theme
Example
Recommended path