> For the complete documentation index, see [llms.txt](https://api2-ekycapis.innov8tif.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api2-ekycapis.innov8tif.com/okayface.md).

# OkayFace

- [OkayFace - All](https://api2-ekycapis.innov8tif.com/okayface/okayface-all.md)
- [Face Verification](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-verification.md): This page contains information needed for OkayFace face verification
- [Versions](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-verification/versions.md)
- [Sample Input](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-verification/sample-input.md)
- [Sample Response](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-verification/sample-response.md)
- [Change Log](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-verification/change-log.md): This page contains all of the Change Log of OkayFace API
- [Interpretation of Results](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/interpretation-of-results.md): This page shows the key information of OkayFace on how to interpret the results.
- [Thresholding](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/thresholding.md): This page contains the information of thresholding to justify the passing score for OkayFace API.
- [Image Requirements](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/image-requirements.md): This page is used to show the image requirements that submitted to our OkayFace API to achieve better accuracy.
- [Error Lists](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/error-lists.md): This page contains all of the error messages for OkayFace and OkayFace intergrating with OkayLive.
- [Face Search \[Deprecated\]](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated.md): This page contains all of the information for Face Search \[BETA TESTING]
- [Face Insert](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/face-insert.md): This Face Insert API contains the information of Face Insert on inserting the face image into the database.
- [Sample Input](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/face-insert/sample-input.md)
- [Face Query](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/face-query.md): This Face Query API contains the information of Face Query on searching any existing face image in the database.
- [Sample Input](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/face-query/sample-input.md)
- [Thresholding](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/thresholding.md): This page contains the information of thresholding to justify the passing score for Face Search \[BETA TESTING] API.
- [Change Log](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/face-search-deprecated/change-log.md): This page shows all of the change log for the Face Search \[BETA TESTING]
- [FAQ](https://api2-ekycapis.innov8tif.com/okayface/okayface-all/faq.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://api2-ekycapis.innov8tif.com/okayface.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
