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

# KYC catalog (free)

> Country × ID-type matrix for rendering the verification UI.

Free public directory — no auth, no cost. KV-cached 6 hours.

```bash theme={null}
curl https://identity.contra.id/kyc/catalog
```

```json theme={null}
{
  "byCountry": {
    "NG": { "doc_verification": ["PASSPORT","DRIVERS_LICENSE","NIN_V2"] },
    "US": { "doc_verification": ["PASSPORT","DRIVERS_LICENSE"] }
  }
}
```

Use this to build the country → ID-type dropdowns on your verification page so users only ever see valid options.
