Website logo
⌘K
Overview
Hosted experience overview
Getting started
Customizing your experience
Displaying content
Methods
Keeping your experience secure
Event handling
Build Your Own experience
SDK Reference
Obtaining an access token
Conversation platform integrations
Unsolicited Responses
Digital Human Behavior
Custom Voice
Synapse
Frequently Asked Questions
Announcements
Push to Talk Deprecation Notice
Feature: Enhanced Speech Recognition
Docs powered by Archbee
Build Your Own experience

SDK Reference

3min

This SDK reference document relates to the uneeq-js NPM package available here, and should be used when building your own custom frontend client. If you are looking for our out of the box tool set, please refer to Hosted Experience

1. Install uneeq-js NPM package

npm install uneeq-js



2. Initialise Uneeq

Next, initialise the Uneeq object as per the below example. For details regarding the options parameter, please refer to UneeqOptions . For details on obtaining a token, please refer to Obtaining an access token

JS
let uneeq = new Uneeq(options);
uneeq.initWithToken(token);


Reference

UneeqOptions

Methods

Messages



Uneeq-js Release Notes

For release notes relating to our uneeq-js SDK, please refer to: https://www.npmjs.com/package/uneeq-js

PREVIOUS
Build Your Own experience
NEXT
SDK UneeqOptions
Docs powered by Archbee
TABLE OF CONTENTS
1. Install uneeq-js NPM package
2. Initialise Uneeq
Reference
Uneeq-js Release Notes
Docs powered by Archbee