Embed objects, apps, and visualizations
Use the Qlik Sense APIs to embed objects, apps, and visualizations into your web page or web site.
Single integration and app integration APIs
Using either of the Integration APIs is very simple, and you just need to know how to create an iFrame element in HTML. Each of the integration APIs allow some options to be supplied via the URL. Note that the client will need to be authenticated if authentication is required on the virtual proxy used for the Qlik Sense app or objects that will be embedded.
Capability APIs
To use the Capability APIs, you should have some knowledge of HTML, CSS, and JavaScript. Knowledge of AngularJS and RequireJS is beneficial, but not required. It would be helpful to know how to use your browser’s developer tools to inspect messages sent and received across a websocket. Also, since the Capability APIs use the Qlik Engine JSON API, some knowledge of that would be good, as well as understanding Qlik concepts such as generic objects and hypercubes.