$ man xml-to-word
/xml-to-word(1)
PRICE / CALL
$0.05
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakitCATEGORY
uncategorized
STATUS
● live
NAME
xml-to-word — xml → microsoft word (docx) converter via cloudconvert
SYNOPSIS
POST https://x402.org/v1/xml-to-word
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
XML → Microsoft Word (DOCX) converter via CloudConvert. Demand-intel: 43 unmet signals.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| xml_url | string | Public URL of the source XML file to convert into a DOCX document. | optional |
| xml | string | Raw XML content as a string, used when no xml_url is provided. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| docx_url | string | Signed URL to download the converted Microsoft Word (DOCX) file. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/xml-to-word \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the xml-to-word tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- mediakitfile-conversiondocument-conversionxmldocxwordxml-to-docxxml-to-word
- methods
- POST
- cluster
- mediakit
- price
- $0.05 USDC per call
ADJACENT — other endpoints in mediakit
| endpoint | description | price |
|---|---|---|
| office-to-pdf | Office to PDF converter — DOCX/DOC, XLSX/XLS, PPTX/PPT, ODT/ODS/ODP, RTF, TXT, CSV, EPUB, MD, HTML, Apple Pages/Numbers/Keynote → PDF. | $0.05 |
| pdf-split | PDF splitter / PDF page extractor. | $0.04 |
| split-pdf | PDF splitter / PDF page extractor / split PDF by range / PDF to multiple files. | $0.04 |
| logo-detect | Brand logo detection / brand recognition in images. | $0.03 |
| video-thumbnail | Video thumbnail / video frame extractor. | $0.03 |
| html-to-pdf | URL to PDF / HTML to PDF / webpage screenshot to PDF. | $0.08 |
| subtitles | SRT / VTT subtitle generator from video or audio. | $0.08 |
| audio-loudnorm | Audio loudness normalizer (EBU R128 LUFS). | $0.02 |
SEE ALSO