# Data Matching API

Many businesses and organizations face issues with data quality and data consistency during data entry by the users in the onboarding processes. These issues cause significant operational overheads as well as frustration from the customers as it significantly extends onboarding timings with multiple back-and-force loops. This is a time-consuming and error-prone process, especially when dealing with paper documents or unstructured data. The /matching API aims to automate this process by allowing users to check if the data captured by the user exists in the document where it is expected to exist therefore ensuring that if there is an error (either the data is not captured correctly or wrong document is provided) user can be notified straight away and such an error can be fixed without additional time consuming actions on either side (e.g. customer or organization).

Our service will perform OCR of the document using Uqudo AI models will perform required validations.

{% openapi src="/files/qXlm0YAJ8yeiGCgHOlrt" path="/v1/matching" method="post" %}
[kyb\_data\_matching.json](https://1201843429-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0JZZSvL3DmX19a9SgDAt%2Fuploads%2FCtuOLCOR1GhVgMHDOEoG%2Fkyb_data_matching.json?alt=media\&token=52a1939d-70c3-4439-8e67-3b8e93bc1b44)
{% endopenapi %}

You can find the full YAML swagger specification here

{% file src="/files/wg7BBqlisp7208QKC8Yv" %}

You can find the full JSON swagger specification here

{% file src="/files/qXlm0YAJ8yeiGCgHOlrt" %}


---

# 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.uqudo.com/docs/kyb/uqudo-api/data-matching-api.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.
