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 | shThen 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"}'