What This Does: Starts a live avatar session using a shareable link ID as the authentication token. A LiveKit room is created automatically and the caller receives the connection details needed to join it. This endpoint is designed for public-facing frontends (e.g. embedded room pages) where no API key is available.
No API key required. The link_id itself acts as the credential. Keep your link IDs private if you want to control access or use use_limit and expires_at when creating the link to restrict usage.
The ID of the link to use (starts with lnk_). The link must be active, not expired and within its usage limit. The link’s associated agent must have an avatar_image_url configured.
The LiveKit participant identity of the avatar agent (e.g. agenthuman-avatar-agent). Useful for identifying which participant is the AI avatar in the room.