Hosted experience overview

Getting started

7min

The process is really simple, all you have to do is paste our code snippet into the <head></head> section of your website, then update a few identifying details in the code snippet. You don't have to be technical, or a developer to do this!

If you need any support, feel free to reach out to us at [email protected]

Try Mode, the default conversation mode of a newly-configured Persona, is not compatible with our Hosted experience. You must create a custom conversation integration when using Hosted or your digital human will not speak.

1. Paste our code snippet into your website

The code snippet below should be copied and pasted into the <head> section of your website, just before the closing </head> tag. This snippet includes some of the optional tags listed below. Not all tags are required, but this snippet will get you started. You can view the full list of customizations here: Customizing your experience

personaShareId is available via the Persona's page within Creator. There is a separate "Persona ID" value within the Creator page that must NOT be used in the code below.

HTML




2. Select your region

From the code snippet you pasted into your website, replace SELECT-YOUR-REGION with the Region URL corresponding to the region your digital human was provisioned in.

Region

Region URL

North America

https://hosted.us.uneeq.io/interactions/v1/deploy

Europe

https://hosted.eu.uneeq.io/interactions/v1/deploy

Oceania

https://hosted.au.uneeq.io/interactions/v1/deploy

Frankfurt

https://hosted.de.uneeq.io/interactions/v1/deploy



North American region example:

HTML




3. Update your persona share Id

From the code snippet you pasted into your website, replace ENTER-PERSONA-SHARE-ID-HERE with your persona share Id.

Hint: Your persona share Id is available through our Creator portal, or provided to you by our Custom Success team.



Example

HTML






Full HTML Template

For simplicity, we are providing a full HTML document to help get you started. You can copy and paste the below into an index.html file, push that file onto a webserver (for instance, an AWS S3 Bucket with web hosting setting enabled) and immediately have a live website with a digital human running.

HTML




Next Steps...

Methods