How to Embed the Peaka's UI to Your Web Application
Learn how you can easily embed the Peaka’s UI to your web application
Peaka allows you to seamlessly embed its user interface into your web application. In this article, we will guide you through the steps to integrate Peaka’s UI into your own application.
Enabling Embedded UI for Peaka Integration Using an iframe
For security reasons, you cannot use the session URL directly in an iframe. To embed Peaka within an iframe, you need to enable the embedded UI for your partner API key.In order to do that you should;
Go to Developer Settings in your peaka account.
Find your api key in the table then click ... button.
Select Enable Embedded UI option
Enable Embedded UI for this API Key
Enter your domain that you want to embed the Peaka app.
URL is needed for security reasons. Please be aware that your application should be served over HTTPS for use in an iframe.
If you want to customize the UI, click “Customize UI Theme” button then give a theme name and upload your custom css file. You can also download the valid example of the customization file (Check out the related documentation to learn more about customization).
You can add custom css files more than one and change themes in runtime.After you set the css file, you should start the session with following parameters to enable custom theme.
Congratulations! You have successfully embedded Peaka’s UI into your web application. Your users can now seamlessly interact with Peaka’s interface to manage their data efficiently and effectively.
Assistant
Responses are generated using AI and may contain mistakes.