How to get Document Object Model(DOM) of DOCX using REST API

Hi, I’m trying to this Words DOM Aspose.Words Document Object Model (DOM) in C#|Aspose.Words for .NET that ASPOSE creates from an uploaded word file, is possible?
I’m looking for it but not finding it in the API endpoints here Aspose.Words Cloud - API References.

@Carmon

As per my understanding, you want to read the DOM of a word document with a single API call. But I’m afraid currently you need to use different API methods to read different types of nodes in Aspose.Words Cloud. For example Sections APIs, Paragraphs APIs, Runs APIs etc.

1 Like