The live
emotional mirror.
Press SCAN and the camera tries to read you: stress, heart rate, micro-expressions, eye contact, how guarded you are. Challenge your friends, check any video, scan yourself before and after anything. Every scan ends with a shareable emotional x-ray. Your face never leaves your browser.
WHAT_IT_READS
API_INTEGRATION
EMOCITY API: 3 LINES TO ANALYZE ANY FACE
SAME ENGINE AS THE SCAN ABOVE, HOSTED. YOUR KEY FROM RAPIDAPI. PHOTO IN, ONE JSON PER FACE OUT; A CLIP GOES TO /ANALYZE/VIDEO.
curl -X POST "https://emopulse-face-analysis.p.rapidapi.com/api/v1/analyze/image" \ -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \ -H "X-RapidAPI-Host: emopulse-face-analysis.p.rapidapi.com" \ -F "file=@face.jpg"
{
"faces_detected": 1,
"image_size": { "width": 1280, "height": 720 },
"faces": [{
"face_id": 0,
"dominant_emotion": "happy",
"emotion_breakdown_pct": { "happy": 62.0, "neutral": 31.0, "surprised": 7.0 },
"avg_stress": 28.4,
"avg_authenticity": 81.0,
"avg_eye_contact": 92.5,
"avg_deception": 9.7,
"micro_expressions": 0,
"genuine_smiles": 1,
"bounding_box": { "x_min": 0.31, "y_min": 0.18, "x_max": 0.58, "y_max": 0.74 }
}]
}METRICS
THE_BIG_PLAYS
PRICING
- ✓ Full live read, no signup
- ✓ Stress, heart rate, composure meter
- ✓ Shareable emotional x-ray
- ✓ Full 47-signal suite
- ✓ HD resolution
- ✓ Export PDF reports
- ✓ Photo + video upload
- ✓ Email support
- ✓ Advanced ML analysis
- ✓ Full HD resolution
- ✓ Priority processing
- ✓ Detailed reports
- ✓ Priority support
Privacy by Design
All processing happens on your device. No video, no images, no facial data ever leaves your browser. We physically cannot see your face: the code never sends it anywhere. Verify it yourself: open the DevTools Network tab during a scan. You will see the model files load and an anonymous event saying a scan happened. Not one frame, landmark or reading of you.