Top SitesLiveAvatar: Lifelike realtime avatar API for conversational AI agents • LiveAvatar

Machine Readiness

Stored receipt and evidence

Overall

20

Readable

65

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

robots, llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Open robots.txt
# As a condition of accessing this website, you agree to abide by the following
# content signals:

# (a)  If a Content-Signal = yes, you may collect content for the corresponding
#      use.
# (b)  If a Content-Signal = no, you may not collect content for the
#      corresponding use.
# (c)  If the website operator does not include a Content-Signal for a
#      corresponding use, the website operator neither grants nor restricts
#      permission via Content-Signal with respect to the corresponding use.

# The content signals and their meanings are:

# search:   building a search index and providing search results (e.g., returning
#           hyperlinks and short excerpts from your website's contents). Search does not
#           include providing AI-generated search summaries.
# ai-input: inputting content into one or more AI models (e.g., retrieval
#           augmented generation, grounding, or other real-time taking of content for
#           generative AI search answers).
# ai-train: training or fine-tuning AI models.

# ANY RESTRICTIONS EXPRESSED VIA CONTENT SIGNALS ARE EXPRESS RESERVATIONS OF
# RIGHTS UNDER ARTICLE 4 OF THE EUROPEAN UNION DIRECTIVE 2019/790 ON COPYRIGHT
# AND RELATED RIGHTS IN THE DIGITAL SINGLE MARKET.

# BEGIN Cloudflare Managed content

User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /

User-agent: Amazonbot
Disallow: /

User-agent: Applebot-Extended
Disallow: /

User-agent: Bytespider
Disallow: /

User-agent: CCBot
Disallow: /

User-agent: ClaudeBot
Disallow: /

User-agent: CloudflareBrowserRenderingCrawler
Disallow: /

User-agent: Google-Extended
Disallow: /

User-agent: GPTBot
Disallow: /

User-agent: meta-externalagent
Disallow: /

# END Cloudflare Managed Content

Document

llms.txt

Open llms.txt
# LiveAvatar

> Real-time Avatar API. Product-ready on Day 1. Minutes to integrate, scale with cost-efficiency and production-grade avatar realism.

LiveAvatar is HeyGen's real-time AI avatar API platform. It enables developers to integrate lifelike, interactive digital humans into their applications — avatars that listen, respond, and speak back in real time with natural lip-sync, expressions, and gestures over WebRTC.

## Quick Facts

- Company: HeyGen (https://www.heygen.com)
- Product: LiveAvatar (https://www.liveavatar.com)
- Type: Real-time avatar streaming API
- API Base URL: https://api.liveavatar.com/v1
- Docs: https://docs.liveavatar.com
- App / Dashboard: https://app.liveavatar.com
- SDK (npm): @heygen/liveavatar-web-sdk
- SDK source: https://github.com/heygen-com/liveavatar-web-sdk
- Transport: WebRTC via LiveKit
- Auth: API key via X-API-KEY header

## Who It's For

Developers building real-time avatar experiences into products — their own, their clients', or their company's. Common use cases include customer support agents, language learning tutors, sales training, interactive presentations, and AI-powered onboarding.

## Integration Modes

### FULL Mode
HeyGen provides everything: LLM (OpenAI 4o-mini), TTS (ElevenLabs Flash v2.5), ASR (Deepgram / AssemblyAI), and avatar streaming infrastructure. You configure the avatar, voice, and knowledge context. Best for fast prototyping and production with minimal setup.

- You configure: avatar_id, voice_id, context_id, language
- HeyGen manages: ASR, LLM, TTS, avatar rendering, WebRTC room
- Credit cost: 1 credit = 30 seconds of streaming

### LITE Mode (formerly Custom Mode)
HeyGen provides only the avatar streaming layer. You bring your own LLM, TTS, and ASR. Maximum flexibility for custom AI pipelines.

- You manage: STT, LLM, TTS, orchestration
- HeyGen manages: avatar rendering, WebRTC streaming
- Credit cost: 1 credit = 1 minute of streaming

## Core API Flow

1. Create session token: POST /v1/sessions/token (with X-API-KEY header)
2. Start session: POST /v1/sessions/start (with Bearer session_token)
3. Receive LiveKit room URL and token for WebRTC connection
4. Interact via events and callbacks throughout the session lifecycle

## Key API Endpoints

- POST /v1/sessions/token — Create authenticated session token
- POST /v1/sessions/start — Start a session, returns LiveKit room credentials
- GET /v1/sessions — List active sessions
- GET /v1/avatars/public — List available public avatars
- GET /v1/avatars/custom — List your custom avatars
- Contexts (knowledge bases) managed via dashboard or API

## Avatars

- Public avatars: Library of pre-built 1080p avatars across age, ethnicity, and style
- Custom avatars: Create from 2 minutes of continuous video footage (720p on Essential, 1080p on Business)
- Image-to-avatar: Create from a photo (with video generation step)
- Non-human / 3D characters: Supported with manual review

## Pricing

### Free — $0/mo
- 10 credits included
- Full 1080p preset avatar library
- Full API and integration access
- Max 2 minutes per session
- Max 1 concurrency
- Watermark included

### Starter — $19/mo
- 150 credits included
- Everything in Free, plus:
- Pay-as-you-go overage at $0.12/credit, billed in $20 increments, no caps
- Max 5 minutes per session
- Max 1 concurrency

### Essential — $99/mo
- 1,000 credits included
- Everything in Starter, plus:
- 720p custom avatar add-on
- Pay-as-you-go overage at $0.11/credit, billed in $100 increments, no caps
- Max 20 minutes per session
- Max 20 concurrency
- Watermark removed

### Business — Custom pricing
- Everything in Essential, plus:
- 1080p custom avatars
- Large-scale credit volume
- Max 60 minutes per session
- Starting from 100 concurrency
- Dedicated high-priority support

## Key Features

- Real-time two-way conversation (voice, video, text)
- Natural lip-sync, facial expressions, body language
- Sub-second latency optimized infrastructure
- Bring Your Own LLM/TTS/ASR (Lite mode)
- Knowledge base / context injection
- Push-to-talk support
- Sandbox mode for development (conserve credits)
- Event-driven architecture with callbacks
- Custom avatars from 2 min of footage
- Image-to-avatar creation
- Public avatar library (diverse styles)
- Background removal (via API, advanced)

## Technology

- Avatar rendering: Proprietary CPU-based model (cost-efficient, scalable)
- Transport: WebRTC via LiveKit
- Default ASR: Deepgram, AssemblyAI
- Default TTS: ElevenLabs Flash v2.5
- Default LLM (Full mode): OpenAI 4o-mini
- Scalability: Supports thousands of concurrent sessions

## Security & Compliance

- SOC 2 certified infrastructure
- Consent-based avatar creation (video + consent verification required)
- Separate credit system from HeyGen main platform
- API key management via dashboard

## Documentation Map

- Overview: https://docs.liveavatar.com/
- Quickstart: https://docs.liveavatar.com/index#two-development-paths
- Sandbox Mode: https://docs.liveavatar.com/docs/sandbox-mode
- FULL Mode Guide: https://docs.liveavatar.com/docs/full-mode/overview
- FULL Mode Lifecycle: https://docs.liveavatar.com/docs/full-mode/lifecycle
- FULL Mode Config: https://docs.liveavatar.com/docs/full-mode/configuration
- FULL Mode Events: https://docs.liveavatar.com/docs/full-mode/events
- Push-to-Talk: https://docs.liveavatar.com/docs/full-mode/push-to-talk
- LITE Mode Guide: https://docs.liveavatar.com/docs/lite-mode/overview
- LITE Mode Lifecycle: https://docs.liveavatar.com/docs/lite-mode/lifecycle
- LITE Mode Config: https://docs.liveavatar.com/docs/lite-mode/configuration
- LITE Mode Events: https://docs.liveavatar.com/docs/lite-mode/events
- Integrations & Plugins: https://docs.liveavatar.com/docs/lite-mode/integrations
- API Reference: https://docs.liveavatar.com/api-reference/sessions/create-session-token
- Changelog: https://docs.liveavatar.com/changelog
- Migration from Interactive Avatar: https://docs.liveavatar.com/docs/faq/migration-guide
- API Key Setup: https://docs.liveavatar.com/docs/faq/api-key
- Firewall Config: https://docs.liveavatar.com/docs/faq/firewall
- Credits & Subscriptions: https://docs.liveavatar.com/docs/faq/credits
- Video Avatars: https://docs.liveavatar.com/docs/core-concepts/avatars#video-avatars
- Image to Video Avatars: https://docs.liveavatar.com/docs/core-concepts/avatars#image-avatars
- Custom Avatar FAQ: https://docs.liveavatar.com/docs/core-concepts/avatars#custom-avatars

## Ecosystem Integrations

- LiveKit Agents plugin: https://docs.livekit.io/agents/models/avatar/plugins/liveavatar/
- npm SDK: https://www.npmjs.com/package/@heygen/liveavatar-web-sdk
- GitHub SDK source: https://github.com/heygen-com/liveavatar-web-sdk
- GitHub demo: https://github.com/heygen-com/liveavatar-web-sdk/tree/master/apps/demo

## Support

- Help Center: https://help.heygen.com
- API Support: https://docs.liveavatar.com/discuss
- Email: support@heygen.com
- LiveAvatar FAQ: https://help.heygen.com/en/articles/12758866-liveavatar-faq
- Pricing FAQ: https://help.heygen.com/en/articles/10060327-heygen-api-liveavatar-pricing-subscriptions-explained

## Customer Success Stories

- Reid Hoffman's digital twin: 50M+ impressions
- edYOU: 3,000%+ growth with personalized learning
- Zeligate: 27 hours saved per hire in recruitment
- Speakology: Language learning across 600 schools
- Copient AI: 2,500+ hours of sales training scaled

Document

llms-full.txt

Not stored for this site.