Install Zipy
How can I install Zipy on my product?
Last updated
How can I install Zipy on my product?
Last updated
Getting started is easy. Go to the Install page in the Zipy application after Signing In.
You can use either of the following methods:
Install Zipy via SDK script
You can achieve this by simply including a two-line JavaScript SDK provided by Zipy in the head section of the html page of your web application.
Sample SDK script:
Note: If you are using lazy loading for external scripts on your website, please ensure that the Zipy script is downloaded before calling the zipy.init()
function.
2. Install Zipy via npm
Following are the steps for installation:
Install zipy module in the app project:
Then import zipy module and initialize in your _app.js or any other source file:
Please sign into https://app.zipy.ai to get your Project SDK Key.