# Centralized OkayFace Plus

## **Overview**

To use the Centralized OkayFace Plus API, the user must submit a selfie. The purpose of this API is to compare the facial image on an ID card with the submitted selfie to verify that the user is the owner of the ID card.

The API also requires a data bundle from the OkayCam Plus Mobile SDK  to ensure the image submitted was captured by a genuine phone camera. This helps counter situations where fraudsters use Deepfake techniques to bypass the system.

#### Steps:

1. The user will need to re-use the Journey ID from [Create JourneyID API](/emas-ekyc-portal/create-journeyid.md)
2. Place the Journey ID and the content mentioned in the [API Method](#api-method) below and call the API.
3. Users can choose Version 1 to call the API, indicated at the back of the endpoint URL
4. After expanding the API method, the user can read the descriptions on each parameter and place the details accordingly following this [Example](#request-body).

{% hint style="info" %}
The Centralized OkayFace Plus API includes the integration of OkayCam Plus Mobile SDK. Hence, the example shown in step 4 contains the "mobileSdkData".
{% endhint %}

{% hint style="info" %}
Please refer to the "[<mark style="color:orange;">Image Requirement</mark>](/emas-ekyc-portal/image-requirement/okayface.md)" section to get the best result for each API return
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api2-ekycportal.innov8tif.com/emas-ekyc-portal/centralized-okayface-plus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
