Quick Start
This document guides you through how to use the Klleon Chat SDK for JavaScript (hereinafter referred to as JavaScript SDK) provided by the Klleon platform.
Last updated
This document guides you through how to use the Klleon Chat SDK for JavaScript (hereinafter referred to as JavaScript SDK) provided by the Klleon platform.
Last updated
To call the Klleon API via the JavaScript SDK, you need to register a site domain. You can register your site domain in SDK Management in . If you have any difficulties during the registration process, please contact .
Include the JavaScript SDK file in your web page. Be sure to include the correct version inside the script
tag.
After embedding the JavaScript SDK into your web page, call the JavaScript SDK initialization function below.
Call the Start Avatar Streaming method to output the streaming screen.
Below is an example of calling an initialization function and then starting a conversation with the avatar. Please refer to for more samples.