PSS Face
Face Recognition Platform · PSS Group

Face recognition, as a secure service

Detect, verify, and identify faces through a single enterprise-grade API — authenticated end-to-end by PSS Identity. Built for the PSS Group ecosystem.

✓ OIDC / OAuth2 SSO✓ REST + JSON✓ On-prem ready
LIVE · pss-mock-v1128-d embedding
99.2%
confidence
41 ms
latency
0.94
match
Capabilities

Everything you need to ship face features

One platform for detection, verification and identity search — governed by your PSS access policy.

Face Detection

Locate every face in an image with bounding boxes, landmarks, and quality scores in milliseconds.

Face Verification (1:1)

Compare two faces and get a calibrated similarity score to confirm a person's identity.

Identity Search (1:N)

Match a face against an enrolled gallery to find who someone is across your population.

PSS Identity SSO

Every console and API call is gated by PSS Identity. Centralized roles, audit, and access control.

Developer-first API

Clean REST endpoints, base64 or multipart upload, OpenAPI docs, and copy-paste examples.

Usage & Audit

Per-key analytics, latency, error rates, and a request log so you always know what's running.

How it works

From login to first match in minutes

01

Sign in with PSS Identity

Authenticate against your organization's SSO — no separate password to manage.

02

Create an API key

Generate scoped keys from the dashboard. The secret is shown once and stored hashed.

03

Call the API

Send an image to /v1/detect or /v1/compare and receive structured JSON back.

Developer experience

A clean API your team will actually enjoy

Authenticate with a bearer key, post an image, get structured JSON. Every request is metered per key and tied to your PSS identity for full auditability.

  • Base64 or multipart upload
  • Predictable error codes & rate limiting
  • OpenAPI schema and live playground
Explore the full reference
bash
curl -X POST https://face.pssgroup.co.th/api/v1/compare \
  -H "Authorization: Bearer pssf_live_••••••••" \
  -H "Content-Type: application/json" \
  -d '{
    "a": "<base64-image-a>",
    "b": "<base64-image-b>"
  }'

# → { "similarity": 0.94, "match": true, "threshold": 0.62 }

Ready to build with PSS Face?

Sign in with your PSS Identity account and create your first API key in under a minute.

Sign in with PSS Identity