Overview
Each AgentHuman link points to a standalone page where users can have a live voice conversation with your agent. This is the simplest way to share access — just send the link, no embedding required. What the page includes:- Full-screen avatar video display
- Microphone and speaker controls with mute toggle
- Microphone device picker with browser permission handling
- Call stats overlay (quality, bitrate, codec, latency, packet loss)
- Fullscreen support
- Auto-hiding controls with inactivity timer
- 15-language localization
- Theming via URL parameters
Getting Your Link
Links are created and managed from your AgentHuman dashboard:- Go to app.agenthuman.com/links
- Create or select a link
- Copy the link URL
Customization via Query Parameters
Append query parameters to customize the language, theme colors and behavior of the page:| Parameter | Type | Default | Description |
|---|---|---|---|
lang | string | en | UI language code (see Supported Languages) |
primary_color | string | — | Primary accent color (hex, e.g. 3c83f6) |
secondary_color | string | — | Secondary accent color (hex) |
auto_hide | boolean | true | Auto-hide controls after 4 seconds of inactivity |
aspect_ratio | string | 4:3 | Video aspect ratio for the session. Must be one of: 4:3, 3:4, 1:1 |
video_fit | string | cover | How the video fills its container. cover fills the area (may crop), contain fits entirely (may letterbox) |
All of these query parameters work the same way when embedding the page as an iframe — simply append them to the
src URL. See iFrame Integration for details.Call Status States
The page transitions through the following states during a call:Supported Languages
| Code | Language |
|---|---|
en | English |
tr | Turkish |
es | Spanish |
fr | French |
de | German |
pt | Portuguese |
it | Italian |
ja | Japanese |
ko | Korean |
zh | Chinese |
ar | Arabic |
ru | Russian |
nl | Dutch |
pl | Polish |
hi | Hindi |