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

# Quickstart

> Get started with KonnectNXT APIs in under 5 minutes

## Get Your API Key

Start verifying identities in minutes with our developer-friendly APIs.

<Steps>
  <Step title="Sign Up">
    Create your account at [konnectnxt.com](https://bgv.konnectnxt.com) and request API access.
  </Step>

  <Step title="Get API Credentials">
    Receive your Bearer token via email within 24 hours.
  </Step>

  <Step title="Make Your First Call">
    ```bash theme={null}
    curl --location 'https://bgv.konnectnxt.com/api/verification/pan-basic' \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer YOUR_API_TOKEN' \
    --data '{
        "pan_number": "AABCI6363G"
    }'
    ```
  </Step>

  <Step title="Start Building">
    Explore our [API Reference](/api-reference/introduction) for all available endpoints.
  </Step>
</Steps>

## What's Next?

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available verification APIs
  </Card>

  <Card title="FAQs" icon="circle-question" href="/product-docs/resources/faqs">
    Find answers to common questions
  </Card>

  <Card title="Contact Support" icon="headset" href="/product-docs/contact-and-assistance/contact-us">
    Get help from our team
  </Card>

  <Card title="Schedule Demo" icon="calendar" href="https://forms.gle/JkRfx1ycTLF1pGxB6">
    See KonnectNXT in action
  </Card>
</CardGroup>
