Embed Digital Humans in your Application
UNITH Digital Humans are platform agnostic. The following guidelines enable Digital Humans to be seamlessly integrated into various digital applications, from mobile apps to web apps.
You will need:
- Organisation name.
- Digital Human head name.
- (Optional) Localization and image repos - request more information from UNITH customer success team.
You should be able to access your organisation and digital human using GET /user/me. If you don't have access to the Digital Human platform please refer to User
Include the following code snippet in your website or application. These are the basic elements required to place digital humans in your page, but some additional code could be needed.
The following configuration options are available to provide added controls and customisation options. These can be added inside the talking-head element.
- data-api_base: the server you will connect to.
- data-api_key: your api key (required)
- data-embed: if set to something other "1" or "true", you will be able to access the full UI (default is true)
- data-org_id: your organisation's friendly name, as shown in the PublicURL (required)
- data-head_id: the head name of your Digital Human (required)
- data-theme: currently the only supported value is "demo". We will support a variety of themes in the future.
- data-vm_version: currently the only supported value is "1". This parameter controls the event handling.
- data-time_pressure: The "Time Pressure" feature limits user response time to 60 seconds, after which a random suggestion is automatically selected.
- data-mic_enabled: If set to something other than "1" or "true", the UI will not use speech recognition. No mic permissions will be needed from the user (default is true)
- data-subs_enabled: If set to something other than "1" or "true", the UI will not display subtitles. (default is true)
- data-language(optional): overrides the language configuration in your Digital Human for UI elements (default is en-US). If you need a language we do not support, contact us.
- data-widget_mode: Setting this parameter totrue enables widget mode, embedding the Digital Human as a circular icon in the bottom right corner of the web application. The default value is false. Please refer to the full documentation on widget mode here.
- data-seamless_transitions: Enabling the "Seamless Transitions" parameter eliminates noticeable jumps between the Digital Human's idle and response states.
Please to this documentation for further details.
id="talking-head-id" is not optional and the digital human won't work if removed.
Leverage CSS as needed to customize embedded element. The below acts as a guideline:
Below you can find the current sitemap structure of our assets.
