> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Verification API

> Run document verification checks via HTTP requests

<Info>
  This page has moved! See the comprehensive [Document Verification Guide](/use-cases/document-verification) for complete documentation including:

  * **Full Agent Jobs** - Document verification as part of comprehensive KYB reviews
  * **Prevalidation** - Quick document type validation
  * **Full Verification** - Complete analysis with visual verification and fraud detection
</Info>

For quick reference, here are the key endpoints:

| Approach       | Endpoint                                              | Use Case                                     |
| -------------- | ----------------------------------------------------- | -------------------------------------------- |
| Full Agent Job | [`startKYBAgentJob`](/api-reference/startKYBAgentJob) | Multiple checks with unified pass/fail logic |
| Single Check   | [`runCheck`](/api-reference/runCheck)                 | Individual document verification             |

See the [Document Verification Guide](/use-cases/document-verification) for complete examples and best practices.
