Policies
Import DOCX and convert to HTML
Uploads a .docx file (max 10 MB) and converts it to HTML suitable for the policy content editor. Returns the converted HTML and any conversion warnings.
post/policies/import/docx
Response
DOCX converted to HTML successfully
Example response
{
"message": "OK"
}