> For the complete documentation index, see [llms.txt](https://api-old.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-old.innov8tif.com/emas-ekyc-portal/centralize-okaylive.md).

# Centralized OkayLive

<mark style="color:green;">`POST`</mark> `https://ekycportaldemo.innov8tif.com/api/ekyc/okaylive`

#### Request Body

| Name      | Type   | Description                          |
| --------- | ------ | ------------------------------------ |
| imageBest | object | Selfie photo                         |
| journeyId | string | Retrieve from 'Create JourneyID' API |

{% tabs %}
{% tab title="200 " %}

```
{
    "status": "success",
    "messageCode": "api.success",
    "probability": 0.9999331,
    "score": 9.612308,
    "quality": 0.6691686
}
```

{% endtab %}
{% endtabs %}

### Input Example in Postman

![](/files/-M8tRkofaWliHF2gJ6kx)

{% hint style="info" %}
Kindly refer to the page below for the interpretation of the result.

<https://api.innov8tif.com/okaylive/anti-spoofing#interpretation-of-result>

Get the Postman Collection\
<https://api.innov8tif.com/emas-ekyc-portal/postman-collection>
{% endhint %}
