Hi
if you want to display a Knowage analysis within an HTML page, you can use this URL:
<knowage server domain>/knowage/servlet/AdapterHTTP?ACTION_NAME=EXECUTE_DOCUMENT_ANGULAR_ACTION&OBJECT_LABEL=<label of the document to be displayed>&PARAMETERS=<parameters>&TOOLBAR_VISIBLE=<true / false>
"PARAMETERS" contains values for analytical drivers: they must be concatenated this way:
<URL name for driver 1>=<value for driver 1>&<URL name for driver 2>=<value for driver 2>&....
and then URL-encoded before composing the main URL.
Keep in mind that you should provide a way to authenticate users, maybe with a SSO system.
As an alternative, you can exploit Knowage JavaScript SDK: look at Read the Docs [1] for details, in particular you can use injectDocument or getDocumentHtml methods.
Hope this helps
Best regards
[1] https://knowage.readthedocs.io/en/latest/user/JS/README/index.html#knowage-javascript-api