md2wechat Agent API markmd2wechat Agent API
  • Docs
  • Themes
  • Editor
  • Blog
  • Pricing
  • Examples
  • Skills
  • Contact
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
  • Themes
  • Pricing
  • Contact
Docs
  • Auth
  • OpenAPI
  • llms.txt
Ecosystem
  • Examples
  • Skills
  • md2wechat-lite
© 2026 md2wechat Agent API. All Rights Reserved.

Examples

Examples

md2wechat Agent API examples for Codex, Claude Code, OpenClaw, OpenCode, Cursor, and raw HTTP workflows.

Each example explains the smallest request, the required headers, and whether you should start with API, CLI, or skill.
Start here
If you have not completed a first successful call, go through Quickstart first.
/docs/quickstartOpen Quickstart
Auth and access
Basic and advanced endpoints use different headers. Confirm that before requesting access.
/docs/authOpen Auth
Convert Markdown to WeChat HTML
Best for writing agents that need immediate formatting output.
curl -X POST http://localhost:8080/api/v1/convert ...

Best for

Use right after text generation or editorial review.

Agent-ready
Open
Create article drafts
Best for daily brief, newsletter, and roundup pipelines.
curl -X POST http://localhost:8080/api/v1/article-draft ...

Best for

Use when the final destination is a reviewable WeChat draft.

Agent-ready
Open
Newspic plus media workflow
Generate content, upload images, and submit newspic drafts.
curl -X POST http://localhost:8080/api/v1/newspic-draft ...

Best for

Use for image-first posts and content factory pipelines.

Agent-ready
Open