# API References

- [Account Screening](https://docs.kredibel.io/api-references/account-screening.md)
- [Watchlist Screening](https://docs.kredibel.io/api-references/account-screening/watchlist-screening.md): You can use the Watchlist Screening module by defining a person's fullName to your JSON request. For a specific search, you can add birthDate and gender as a filter or using a pseudo filter.
- [Bank Account](https://docs.kredibel.io/api-references/account-screening/bank-account.md): You can use the Bank Account module by defining the bankAccount that you want to check to your request.
- [Phone Number](https://docs.kredibel.io/api-references/account-screening/phone-number.md): You can use the Phone module by defining the phoneNumber that you want to check to your request.
- [Email Address](https://docs.kredibel.io/api-references/account-screening/email-address.md): You can use the Email module by defining the emailAddress that you want to check to your request.
- [IP Address](https://docs.kredibel.io/api-references/account-screening/ip-address.md): You can use the IP module by defining the ipAddress that you want to check to your JSON request.
- [Electronic Certificate](https://docs.kredibel.io/api-references/electronic-certificate.md)
- [Certificate Issuance](https://docs.kredibel.io/api-references/electronic-certificate/certificate-issuance.md): The Electronic Certificate Issuance Service is the activity of identity checking that shows legal subjects in order to issue an Electronic Certificate with the purpose of doing verification of citizen
- [Identity Verification \[Deprecated\]](https://docs.kredibel.io/api-references/identity-verification.md)
- [Biometric Verification](https://docs.kredibel.io/api-references/identity-verification/biometric-verification.md): Face biometric verification to dukcapil database.
- [Demography Verification](https://docs.kredibel.io/api-references/identity-verification/demography-verification.md): Demography verification to dukcapil database.
- [Full Verification](https://docs.kredibel.io/api-references/identity-verification/full-verification.md): Demography and Biometric verification to dukcapil database.
- [Text Recognition](https://docs.kredibel.io/api-references/text-recognition.md)
- [National Identity](https://docs.kredibel.io/api-references/text-recognition/national-identity.md): Text recognition on Indonesian Identity Card (KTP).
- [Driver License](https://docs.kredibel.io/api-references/text-recognition/driver-license.md): Text recognition on Indonesian driver's license (SIM).
- [Passport](https://docs.kredibel.io/api-references/text-recognition/passport.md): Text recognition on Passport.
- [Face Recognition](https://docs.kredibel.io/api-references/face-recognition.md)
- [Face Comparison](https://docs.kredibel.io/api-references/face-recognition/face-comparison.md)
- [Billing](https://docs.kredibel.io/api-references/billing.md)
- [Credit](https://docs.kredibel.io/api-references/billing/credit.md): Get total available billing credits.


---

# 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.kredibel.io/api-references.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.
