AetherLab Agent Kit

Markdown to DOCX

Convert Markdown into Word documents.

The Markdown to DOCX API accepts exactly one public Markdown, MD, TXT, or text URL and returns a structured DOCX file.

Endpoint

POST https://agent.aetherlab.me/v1/convert/md_docx

Request

curl -X POST https://agent.aetherlab.me/v1/convert/md_docx \
  -H "content-type: application/json" \
  -H "sk: sk_live_xxxxxxxxxxxxx" \
  -d '{"files":["https://example.com/brief.md"]}'

Response

{
  "jobId": "d245e257-a179-48c5-bf0a-92a391977384",
  "feature": "md_docx",
  "urls": [
    "https://agent.aetherlab.me/converted/2026-07-16/brief-2db39c43a2abb2f2f3f73256b498b150.docx"
  ]
}