> ## Documentation Index
> Fetch the complete documentation index at: https://developer.sandbox.co.in/llms.txt
> Use this file to discover all available pages before exploring further.

# KYC API Recipes

> Production-ready KYC API integration recipes for PAN verification, Aadhaar validation, and DigiLocker document retrieval. Step-by-step implementation guides with code samples.

Ready-made, step-by-step implementation patterns for building robust KYC workflows. Get actionable code samples and API sequences for automating identity verification, document retrieval, and integrating KYC compliance logic into your business applications.

<Tip>
  **New to Sandbox KYC APIs?** Start with our [KYC Product Overview](/api-reference/kyc/overview) to understand the full capabilities, then come back here to implement specific workflows.
</Tip>

***

## Aadhaar Verification

Authenticate and verify Aadhaar identities using OTP-based validation workflows.

<CardGroup cols={2}>
  <Card title="Aadhaar OTP Authentication" icon="shield-check" href="./aadhaar/aadhaar_api_recipe">
    Step-by-step process for Aadhaar verification using OTP authentication.
  </Card>
</CardGroup>

***

## DigiLocker Integration

Retrieve government-issued documents securely from DigiLocker with user consent. Streamline document collection for KYC processes.

<CardGroup cols={2}>
  <Card title="Fetch Documents using DigiLocker" icon="folder-open" href="./digilocker/digilocker_api_recipe">
    Complete workflow for authenticating and retrieving documents via DigiLocker API.
  </Card>
</CardGroup>

***

## EntityLocker Integration

Retrieve verified business documents and entity information through EntityLocker consent flow.

<CardGroup cols={2}>
  <Card title="Fetch Documents using EntityLocker" icon="building" href="./entitylocker/entitylocker_api_recipe">
    Complete workflow for fetching business documents via EntityLocker API.
  </Card>
</CardGroup>

***

<CardGroup cols={2}>
  <Card title="KYC API Reference" icon="code" href="/api-reference/kyc/overview">
    Explore the complete KYC API documentation with request/response schemas.
  </Card>

  <Card title="Need Help?" icon="headset" href="https://help.sandbox.co.in/portal">
    Get support for integration questions and troubleshooting.
  </Card>
</CardGroup>
