Microsoft Word · Arazzo Workflow
Microsoft Word Inspect Document and Export HTML
Version 1.0.0
Read an Open XML document's structure, update its properties, list its paragraphs, and export it to HTML.
Provider
Workflows
inspect-and-export-html
Inspect a document, update properties, and export to HTML.
Reads an Open XML document's structure, updates its properties, lists its paragraphs, and converts the document to HTML.
1
getDocument
Retrieve the document metadata and structure counts. The service returns 200 with the document.
2
updateProperties
Update the document title and keywords. The service returns 200 with the updated properties.
3
listParagraphs
List the document paragraphs to capture their text content before export. The service returns 200 with the paragraph collection.
4
exportHtml
Convert the document to HTML for web publishing. The service returns 200 with the converted binary content.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.