Moveris Meet¶
Real-time liveness for video meetings¶
Moveris Meet joins Google Meet, Zoom, or Teams calls and verifies that each participant is a real, living person—not a photo, screen, or deepfake.
Key Features¶
Automated join¶
Provide a meeting URL—Moveris enters the call through the meeting provider integration.
At a Glance¶
M2M
Backend session API
3
Meeting platforms
Live
Webhook + interviewer UI
Quick Links¶
- Overview — What Moveris Meet does and how it fits your stack
- How It Works — Pipeline, auth paths, and result delivery
- Quick Start — Credentials, webhook, and your first session
- Integration Guide — Production backend integration
- API Reference — Session and settings endpoints
- Webhook Setup — Configure callbacks in the Developer Portal
- API Key / Credentials — Bot API key and analysis key for Meet
- Glossary — Technical terms explained in plain English
- llms.txt — Machine-readable docs for AI agents (full content)
Integration path¶
- Get your bot API key and configure a webhook in the Developer Portal.
- Create a session with
POST /api/sessionsand a meeting URL. - Receive
verification.completedwebhooks for each analyzed participant. - Optionally share the interviewer link for live monitoring.