> For the complete documentation index, see [llms.txt](https://doc.youverify.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youverify.co/api-reference/api-reference/quick-check.md).

# Quick Check

The Quick Check API provides fast, on-demand access to Youverify’s verification services without requiring you to create or manage customer profiles. It is designed for businesses that need to perform individual verification requests as part of a transaction, onboarding process, or compliance workflow, making it ideal for one-time checks or integrations with existing systems. Whether you need to verify an identity document, validate a bank account, perform a business verification, or screen an individual against global watchlists, the Quick Check API enables you to submit a request and receive a verification result through a simple, RESTful interface.

The Quick Check API is especially suited for legacy integrations, lightweight implementations, and organizations that require verification capabilities without adopting the full customer lifecycle offered by Youverify’s Customer Management platform. Existing customers can continue using their current verification workflows while benefiting from ongoing platform enhancements, and new customers can quickly integrate the specific verification services they need with minimal implementation effort. As your compliance requirements evolve, you can seamlessly transition to Youverify’s comprehensive onboarding, risk assessment, and continuous monitoring solutions without significantly changing your integration approach.

### For Quick Access:

{% content-ref url="/pages/FkkGchvFm5RTKdMFDGvp" %}
[Know Your Customer Services (KYC)](/api-reference/api-reference/quick-check/know-your-customer-services-kyc.md)
{% endcontent-ref %}

{% content-ref url="/pages/koLbcSP1hPrjLccDgKw6" %}
[Know Your Business Services (KYB)](/api-reference/api-reference/quick-check/know-your-business-services-kyb.md)
{% endcontent-ref %}

{% content-ref url="/pages/SHdjGMCtCiTu3yywT2db" %}
[AML Services (Anti-Money Laundering)](/api-reference/api-reference/quick-check/aml-services-anti-money-laundering.md)
{% endcontent-ref %}


---

# 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://doc.youverify.co/api-reference/api-reference/quick-check.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.
