Disclosing an AI avatar
The wording should make it clear that the person is interacting with AI. For example:AI avatarAI-generated avatarYou are speaking with an AI avatar
Who controls the experience
Anam-controlled experiences, including Lab sessions, share links, and meeting invites, include a built-in AI avatar disclosure. The presentation may differ by surface, but the disclosure remains visible throughout the session. If you use an Anam SDK or another custom integration and control the user interface, make sure your application provides any disclosure required for your users and use case.Enable Anam’s disclosure for SDK and integration sessions
JavaScript SDK, Python SDK, and LiveKit sessions default to no Anam-provided disclosure because your application controls the interface. Set the disclosure option totrue for each session where you want Anam to render
the AI avatar disclosure watermark throughout the video.
JavaScript SDK
SetshowAIAvatarDisclosure to true when your server creates the session
token:
JavaScript (server)
createClient as usual. The setting is bound to the
token and cannot be changed when the SDK starts the session.
Python SDK
Setshow_ai_avatar_disclosure in the session options passed to connect:
Python
LiveKit
PassSessionOptions to the LiveKit Anam plugin’s AvatarSession. Set
show_ai_avatar_disclosure to True:
LiveKit plugin
EU AI Act Article 50
Article 50(1) of the EU AI Act is a common reason to add an AI avatar disclosure. It applies from 2 August 2026. People in the EU who interact directly with an AI system must be informed that they are interacting with AI, unless this is already obvious. The European Commission says the notice must be:- provided from the start of the first interaction
- clear and distinguishable
- presented in an accessible way
Machine-readable marking
Article 50(2) contains a separate requirement for generated content to be marked in a machine-readable format. A visible interaction notice does not replace that requirement. The Commission describes a limited grace period until 2 December 2026 for the marking and detection obligations of eligible systems placed on the market before 2 August 2026. See the Commission FAQ for the current scope and exceptions.This page provides general product guidance, not legal advice. See the European Commission’s Article 50 FAQ and the text of Article 50.

