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)

API Overview

md2wechat Agent API endpoints for Markdown to WeChat HTML, draft creation, and media upload.

API Overview

md2wechat Agent API exposes four v1 endpoints for the real WeChat publishing path.

Public endpoints

  • POST /api/v1/convert
  • POST /api/v1/article-draft
  • POST /api/v1/newspic-draft
  • POST /api/v1/batch-upload

Shared rules

  • Prefer curl or server-side fetch.
  • Keep credentials server-side.
  • Start with Auth.
  • Choose a supported theme value from the theme catalog.
  • Read before wiring theme into convert or draft endpoints.

If you want advanced layout

The more important shift is not just the endpoint list. convert can now take structured advanced layout modules as part of the Markdown input.

Recommended reading order:

  1. Advanced Layout
  2. Advanced Layout Syntax
  3. Advanced Layout Recipes

Those three pages answer three different questions:

  • why this syntax is worth adopting
  • how the fields and modules should be written
  • which small set of modules an agent should choose for a given content job

Table of Contents

API Overview
Public endpoints
Shared rules
If you want advanced layout