Get Session From Image
Identity Verification
Identify Personal
POST
Get Session From Image
This endpoint is the core of Securegate’s security system. It uses facial recognition to verify a person’s identity at an event by matching their face to registered attendees.
What it does:
Important: This endpoint is the cornerstone of Securegate’s security system, providing powerful identity verification capabilities that go beyond simple authentication.
- Takes an image of a person trying to access your event
- Uses facial recognition to match them against registered attendees
- Returns detailed verification information including KYC (Know Your Customer) data
- Helps ensure only authorized people can access secure locations
- At check-in points for secure events
- When someone needs to access a restricted area
- For continuous verification of identity during an event
- To implement biometric access control at facilities
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
event_id | string | Yes | The unique identifier of the event |
image_url | string | Yes | URL to the image to be used for identification |
Response
The API returns detailed session information for the identified person including user data, authentication status, KYC details, and session metadata:Response Fields
| Field | Description |
|---|---|
userInfo | Basic user details including name, email, phone, etc. |
authentication | Authentication process details including facial recognition data |
kyc | Know Your Customer information with document and personal verification details |
status | Overall status of the identity verification process |
qrId | Unique QR code identifier associated with this session |
activities | Log of actions taken during the verification process |
metadata | Additional context information including device, location, and system details |
visitedOrder | Sequence of verification steps completed |
