UNITHdocs
Sign inarrow_forward

This section details the implementation of the Digital Human widget mode.

info

If your digital human uses streaming mode, please refer to our Streaming Digital Human embedding documentation instead.

To check whether your digital human is in legacy or streaming mode, see this page.

If the digital human configuration states that videoStreaming=true then your digital human is in streaming mode.

widget_mode
widget mode

The widget renders the Digital Human as a circular icon, positioned in the bottom right corner of the viewport. Clicking the icon expands the Digital Human from its minimized state.

This design provides discreet and readily available access to the Digital Human, minimizing visual clutter.

To enable the widget mode you need to set the data-widget-mode parameter to true.

<div> id="talking-head" data-api_base="https://chat-origin.api.unith.live" data-api_key="your-api-key" data-org_id="your-org-id" data-head_id="your-head-id" data-time_pressure="false" data-message_feedback="true" data-language="en-US" data-widget_mode="true" </div>

For the complete documentation of the embeded integration please visit the following link.****

scheduleLast updated Feb 25, 2026