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

# Introduction

> Verify Group API for enterprise KYC identity checks, document authenticity, sanctions screening, voice intelligence, and insurance claims management.

## Welcome to Verify Group

The **Verify Group API** provides integration-ready access to enterprise identity and fraud services:

* **KYC Verification** — Individual standard, individual advanced, business, and custom verification flows with full history
* **Document Authenticity** — Upload and verify documents: national IDs, driver's licenses, vehicle logbooks, KRA PINs, vehicle plates, and custom document types
* **Voice Intelligence** — Initiate AI-powered voice calls, retrieve recordings and transcripts, and trigger fraud analysis
* **Claims Management** — Full insurance claim lifecycle — create, investigate, approve, and settle
* **Evidence Management** — Attach, review, and tag supporting files to claims

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="lock" href="/authentication">
    JWT bearer tokens and organization headers.
  </Card>

  <Card title="KYC Verification" icon="user-check" href="/api-reference/kyc/create-verification">
    Run identity checks on individuals and businesses.
  </Card>

  <Card title="Document Authenticity" icon="file-check" href="/api-reference/document-verification/upload-and-process">
    Verify document genuineness in one API call.
  </Card>
</CardGroup>

## Base URLs

| Environment | URL                                            |
| ----------- | ---------------------------------------------- |
| Production  | `https://gateway.verify-group.io/api/v1`       |
| UAT         | `https://uat.gateway.verify-group.io/api/v1`   |
| Staging     | `https://stage.gateway.verify-group.io/api/v1` |
| Local dev   | `http://localhost:4008/api/v1`                 |

## Response format

```json theme={null}
{
  "success": true,
  "statusCode": 200,
  "data": { ... },
  "metadata": {
    "requestId": "uuid",
    "timestamp": "2026-07-09T10:00:00.000Z"
  }
}
```

## Support

[support@verify-group.io](mailto:support@verify-group.io)
