# API Integration

- [Verification APIs](https://docs.faceki.com/api-integration/verification-apis.md)
- [Authentication](https://docs.faceki.com/api-integration/verification-apis/authentication.md): Get an Authroization Bearer Token.
- [Generate KYC Link](https://docs.faceki.com/api-integration/verification-apis/generate-kyc-link.md)
- [Perform KYC Verification](https://docs.faceki.com/api-integration/verification-apis/perform-kyc-verification.md)
- [Fetch Records](https://docs.faceki.com/api-integration/verification-apis/fetch-records.md): API to fetch KYC record
- [Face Match API (💲)](https://docs.faceki.com/api-integration/verification-apis/face-match-api.md): Allows users to log in using facial recognition technology. It matches the selfie captured by the user during login with the facial image on file for that user, providing an extra layer of se
- [Fetch PDF Report](https://docs.faceki.com/api-integration/verification-apis/fetch-pdf-report.md): PDF Report for EKYC Result


---

# 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://docs.faceki.com/api-integration.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.
