Export to Word On-Premises REST API usage
Export to Word On-Premises provides the ability to convert an HTML document to a .docx
file via Restful API.
The API is available on http://localhost:[port]
(by default the port
is 8080
).
The REST API documentation is available at http://localhost:[port]/docs
.
Alternatively you can check specification in our public resources https://docx-converter.cke-cs.com/docs
.
If you have the authorization for the API enabled, you should provide an authorization token. More instructions you can find in the authorization section.