Contactless Health Monitoring SDK

Your face reveals
what your body feels

Beam AI extracts heart rate, stress, and HRV from the selfie camera in real-time. No wearable. No hardware. Three lines of code.

99.2%
HR Accuracy
<10s
First Reading
3
Lines to Integrate
Try It Free →
npm @beamos/beam-ai-sdk OpenAPI 3.0 Spec View API Spec →
29K+
API Requests Served
99.9%
Uptime
3ms
Avg Response
4
API Endpoints
OpenAPI 3.0 npm Registry REST API HIPAA / GDPR Ready 100% On-Device
Quick Start

From zero to vital signs in under 5 minutes

Step 01
🔑

Get your API key

Sign up in seconds. No credit card required to start. Your key is ready instantly.

Create API key →
Step 02
📡

Send a video frame

POST a base64-encoded selfie frame to our REST endpoint. Any camera, any platform.

POST /api/demo/analyze
Step 03
📊

Get health metrics

Receive heart rate, HRV, SpO2, stress index, and respiration rate — in milliseconds.

{ "heart_rate": 72, "hrv": 48 }
72 bpm
Heart Rate
Low
Stress Level
48ms
HRV (RMSSD)
How it works

From pixels to pulse in milliseconds

01

Capture facial video

The SDK accesses the front-facing camera and tracks skin regions across the face with sub-pixel precision.

02

Extract the pulse wave

Remote photoplethysmography (rPPG) detects subtle color variations caused by blood flow beneath the skin surface.

03

Compute vital signs

Proprietary peak detection algorithms derive heart rate, HRV, and stress (Baevsky Stress Index) from the extracted signal.

04

Stream to your app

Real-time readings flow into your application through a clean Swift API. Continuous monitoring or spot checks, your call.

Why Beam AI

Built by researchers. Shipped for developers.

🔬

Peer-reviewed accuracy

Published on arxiv, benchmarked on UBFC and MMSE-HR datasets. 99.2% heart rate accuracy isn't a marketing claim, it's a citation.

Real-time processing

All computation happens on-device. No cloud round-trips, no latency, no privacy concerns from streaming video to servers.

🧩

Three-line integration

Import the SDK, initialize with your API key, start monitoring. Full documentation and open-source sample apps on GitHub.

🛡️

Privacy by design

Video frames are processed locally and discarded immediately. Only derived metrics leave the device. Zero biometric data stored.

The next generation of health monitoring doesn't need hardware

Every smartphone already has the sensor. Beam AI provides the intelligence. From wellness apps to telehealth platforms, contactless vital signs are becoming the standard.

Try It Now → Read the Docs →

Want to know how rPPG works under the hood? Read: How Camera-Based rPPG SDKs Work →