# API Integration

- [Verification APIs](https://kycdocv2.faceki.com/api-integration/verification-apis.md): Detect human faces in photos and images. We will return information on facial features as coordinates on the image.
- [Generate Token](https://kycdocv2.faceki.com/api-integration/verification-apis/generate-token.md): Get an Authroization Bearer Token.
- [Get KYC Rules](https://kycdocv2.faceki.com/api-integration/verification-apis/get-kyc-rules.md): This API endpoint allows clients to retrieve the rules associated with a specific KYC workflow based on the document type.
- [Single KYC Verification](https://kycdocv2.faceki.com/api-integration/verification-apis/single-kyc-verification.md): KYC Verification API Single Document
- [Multiple KYC Verification](https://kycdocv2.faceki.com/api-integration/verification-apis/multiple-kyc-verification.md): The KYC Verification API allows you to verify multiple types of legal documents, including national identity cards, passports, and driving licenses
- [KYC Summary API](https://kycdocv2.faceki.com/api-integration/verification-apis/kyc-summary-api.md): This API allows clients to retrieve a list of summary KYC's.
- [Generate KYC Link](https://kycdocv2.faceki.com/api-integration/verification-apis/generate-kyc-link.md): KYC Face verifications
- [Get KYC records by Link](https://kycdocv2.faceki.com/api-integration/verification-apis/get-kyc-records-by-link.md): API to fetch KYC record
- [Get KYC records By Reference ID](https://kycdocv2.faceki.com/api-integration/verification-apis/get-kyc-records-by-reference-id.md): API to fetch KYC record
- [Get KYC records By RequestID](https://kycdocv2.faceki.com/api-integration/verification-apis/get-kyc-records-by-requestid.md): API to fetch KYC record
- [Face Match API (💲)](https://kycdocv2.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


---

# 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://kycdocv2.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.
