{"name":"xml-to-word","description":"Converts an XML document into a Microsoft Word (.docx) file for delivery to systems that need Word format, not raw XML. Send xml_url, a public HTTPS link, or inline xml text plus an optional title; the endpoint renders the XML into structured HTML that preserves element nesting as headings and lists, converts that HTML to DOCX, and returns a downloadable docx_url along with file size and character counts. Useful for legal and finance pipelines that emit XML reports but need Word deliverables, regulator-format compliance workflows, and agent-led document generation. Use it as an XML to Word converter, XML to DOCX API, or XML document formatter for downstream Word delivery.","price":"$0.05","method":"POST","input_schema":{"properties":{"xml_url":{"type":"string","description":"Public HTTPS URL to the source XML. Provide this or 'xml'."},"xml":{"type":"string","description":"Inline XML string to convert directly. Provide this or 'xml_url'. Max 5MB after fetch."}}},"input_example":{"xml_url":"https://www.w3schools.com/xml/note.xml"},"output_example":{"docx_url":"https://...docx"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}