Skip to content

Moveris Liveness Detection API (v2)

Human Liveness Verification

Liveness detection rooted in psychophysiology, not AI training. Stop spoofing attacks by detecting what deepfakes can't replicate: biology.

For decision-makers

Moveris verifies that a real person is in front of the camera—not a photo, video, or deepfake. Integrate it into your app with a simple REST API. Typical flow: capture video, send frames (e.g. 10 for the fast model, 30 for the balanced model), receive a live/fake result in under a second.

Key Features

⚡ Fast Processing

Sub-second liveness detection with 10-frame analysis

REST API

Simple REST API for easy integration with any platform

High Accuracy

Deep learning model with confidence scoring (0-100)

Easy Integration

Simple API with JavaScript and Python examples

At a Glance

< 1s
Processing time
10
Frames required
0-100
Confidence score

Base URL

https://api.moveris.com

Authentication

All API requests require an API key passed in the X-API-KEY header.

curl -X POST "https://api.moveris.com/api/v1/fast-check" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key" \
  -d '{ ... }'

Get your API key