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)

Codex

Use the CLI or raw API from Codex tasks.

Codex

Recommended path

Install the CLI:

curl -fsSL https://raw.githubusercontent.com/geekjourneyx/md2wechat-lite/main/cli/scripts/install.sh | sh

Then call the API

curl -X POST "http://localhost:8080/api/v1/convert" \
  -H "Content-Type: application/json" \
  -H "Md2wechat-API-Key: wme_your_api_key" \
  -d '{"markdown":"# Hello","theme":"default","fontSize":"medium","convertVersion":"v1"}'

Table of Contents

Codex
Recommended path
Then call the API