- 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 |
Authorizations
API key authentication. Add your API key as the value of the 'x-api-key' header.
Response
Successful Response
The response is of type any.
