> ## 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.

# Introduction to Parcha API

> An introduction to Parcha's AI-powered compliance review API

<img className="block dark:hidden" src="https://mintcdn.com/parcha/_GDYRpzYlMyc6wKU/images/hero.png?fit=max&auto=format&n=_GDYRpzYlMyc6wKU&q=85&s=b1aa029bbccd12b798149b390bdbc101" alt="Hero Light" width="700" height="320" data-path="images/hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/parcha/_GDYRpzYlMyc6wKU/images/hero-dark.png?fit=max&auto=format&n=_GDYRpzYlMyc6wKU&q=85&s=7faa5bd742f0614b6d8e0fbfefe8c0d1" alt="Hero Dark" width="700" height="320" data-path="images/hero-dark.png" />

## Welcome to Parcha API

Parcha's API empowers you to seamlessly integrate AI-driven compliance reviews into your existing onboarding workflows. Whether you need to perform comprehensive Know Your Business (KYB) or Know Your Customer (KYC) reviews, or run individual compliance checks, our API provides the flexibility and intelligence you need.

## Key Features

<CardGroup cols={2}>
  <Card title="Comprehensive Reviews" icon="user-check" href="/api-reference/startKYBAgentJob">
    Conduct full KYB or KYC reviews with a single API call
  </Card>

  <Card title="Individual Checks" icon="magnifying-glass" href="/api-reference/runCheck">
    Execute specific compliance checks as needed
  </Card>

  <Card title="Flexible Integration" icon="puzzle-piece">
    Utilize our data sources or apply our AI to your existing data
  </Card>

  <Card title="Real-time Monitoring" icon="chart-line" href="/api-reference/getJobById">
    Track the progress and results of your compliance jobs in real-time
  </Card>
</CardGroup>

## Getting Started

To begin leveraging the power of Parcha API, follow these steps:

1. [Sign up for a Parcha account](https://app.parcha.ai/signup)
2. [Obtain your API credentials](/api-reference/authentication)
3. Choose your integration method:
   * [Start a KYB review](/api-reference/startKYBAgentJob)
   * [Start a KYC review](/api-reference/startKYCAgentJob)
   * [Run an individual check](/api-reference/runCheck)
4. [Monitor your job progress](/api-reference/getJobById)

## API Overview

Our API is designed to be intuitive and powerful. Here are the main endpoints you'll be working with:

* [Authentication](/api-reference/authentication): Secure your API requests
* [Start KYB Agent Job](/api-reference/startKYBAgentJob): Initiate a Know Your Business review
* [Start KYC Agent Job](/api-reference/startKYCAgentJob): Initiate a Know Your Customer review
* [Run Check](/api-reference/runCheck): Execute a specific compliance check
* [Get Job by ID](/api-reference/getJobById): Retrieve detailed information about a job

Each of these endpoints is thoroughly documented with request parameters, response fields, and usage examples to help you integrate Parcha into your workflow quickly and efficiently.

## Next Steps

Ready to dive in? Start by [setting up your authentication](/api-reference/authentication), then explore our API endpoints to see how Parcha can enhance your compliance processes. If you have any questions along the way, our [support team](https://parcha.ai/support) is always here to help.

Welcome aboard, and happy integrating!
