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.
Embed single objects using Single Integration API
You can integrate single Qlik Sense visualizations, sheets or snapshots into an iframe. You use the Single Integration API to define how the object should be integrated into your web site.
Embed Qlik Sense apps using App Integration API
The App Integration API provides parameters that can be used to create an URL that returns a complete HTML page containing the embedded app. This URL can be embedded in a web page, for example by including it in an iframe.
Embed visualizations using the Capability APIs
Learn how to embed visualizations using the Capability APIs.