> For the complete documentation index, see [llms.txt](https://docs.voveid.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voveid.com/docs/readme.md).

# Overview

Integrate VOVE ID identity, business, and compliance products.

Build identity verification, business verification, and watchlist-screening workflows with VOVE ID.

## Choose your path

| I want to…                              | Start here                                                        |
| --------------------------------------- | ----------------------------------------------------------------- |
| Complete a first test verification      | [KYC quick start](/docs/quick-start.md)                           |
| Check supported identity documents      | [Supported identity documents](/docs/supported-documents.md)      |
| Understand environments and credentials | [Environments and credentials](/docs/setup-your-credentials.md)   |
| Create sessions and retrieve results    | [KYC API](/docs/kyc-api/verification-session.md)                  |
| Integrate a client SDK                  | [SDK compatibility](/docs/sdks/compatibility.md)                  |
| Receive status updates                  | [Webhooks](/docs/kyc-api/webhooks.md)                             |
| Verify a business                       | [KYB integration](/docs/business-verification/kyb-integration.md) |
| Screen a person or business             | [AML operations](/docs/watchlist-screening/aml-operations.md)     |
| Prepare a production launch             | [Production checklist](/docs/production-readiness.md)             |

## How the documentation is organized

* **Guides** walk through complete outcomes, from setup to a working result.
* **API reference** documents requests, fields, response objects, errors, and examples.
* **SDK reference** documents installation, configuration types, result types, and platform behavior.
* **Reference** defines shared statuses, errors, authentication, and environment rules.

## Environments

| Environment | API                      | Hosted verification      | Dashboard                      |
| ----------- | ------------------------ | ------------------------ | ------------------------------ |
| Sandbox     | `https://api.voveid.net` | `https://web.voveid.net` | `https://dashboard.voveid.net` |
| Production  | `https://api.voveid.com` | `https://web.voveid.com` | `https://dashboard.voveid.com` |

KYC endpoints use `/v2`. KYB and AML endpoints are currently unversioned. Never mix credentials, tokens, flow IDs, webhooks, or resources between environments.

> Keep `x-api-key` and webhook signing secrets on your backend. Client applications receive only a public SDK key and a short-lived session token.

New integrations should begin in Sandbox and move to Production only after completing the [production checklist](/docs/production-readiness.md).
