Detect, verify, and identify faces through a single enterprise-grade API — authenticated end-to-end by PSS Identity. Built for the PSS Group ecosystem.
One platform for detection, verification and identity search — governed by your PSS access policy.
Locate every face in an image with bounding boxes, landmarks, and quality scores in milliseconds.
Compare two faces and get a calibrated similarity score to confirm a person's identity.
Match a face against an enrolled gallery to find who someone is across your population.
Every console and API call is gated by PSS Identity. Centralized roles, audit, and access control.
Clean REST endpoints, base64 or multipart upload, OpenAPI docs, and copy-paste examples.
Per-key analytics, latency, error rates, and a request log so you always know what's running.
Authenticate against your organization's SSO — no separate password to manage.
Generate scoped keys from the dashboard. The secret is shown once and stored hashed.
Send an image to /v1/detect or /v1/compare and receive structured JSON back.
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.
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 }Sign in with your PSS Identity account and create your first API key in under a minute.
Sign in with PSS Identity