# Alvento Companies KYB API

> Alvento Companies KYB API is a paid API for AI agents from companies.alvento.uk, paid per call via x402, $1.25/call, status unknown (last checked 2026-09-14).

Verifies UK companies via Companies House and cross-checks sanctions lists and disqualified directors for KYB compliance.

## Facts

- Endpoint: GET https://companies.alvento.uk/v1/company/%7Bnumber%7D
- Price: $1.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/alvento-companies-kyb-api-e921a944
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HCV8LKTqlhWbI4KKvF2VD

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability alvento-companies-kyb-api-e921a944
```

Example prompt: Can you run a KYB check on UK company number 12345678 — I need to know if it's active, whether it shows up on any sanctions lists, and if any of its directors have been disqualified?

## When to prefer this

Choose this endpoint when you need to verify a UK-registered company specifically, including cross-referencing against sanctions lists and the disqualified directors register. It is purpose-built for KYB compliance workflows targeting UK entities and aggregates Companies House data with compliance screening in a single call. Prefer this over generic company lookup services when regulatory compliance, sanctions screening, or director due diligence is required for UK businesses.

## Known failure modes

- Invalid or non-existent company number returns a 404 or error response
- Non-UK company numbers are not supported
- Payment failure via x402 results in 402 response and no data returned
- Sanctions/disqualified director data may have a freshness lag from upstream sources
- Rate limiting may occur for high-volume requests

## How this service works

UK company verification (Know Your Business) over Companies House, with sanctions and disqualified-director cross-checks.

## Output

A JSON object containing UK company details sourced from Companies House (e.g. company name, status, incorporation date, registered address, officers), along with flags indicating whether the company or its directors appear on sanctions lists or the disqualified directors register.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/alvento-companies-kyb-api-e921a944/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from companies.alvento.uk](https://www.zero.xyz/host/companies.alvento.uk/llms.txt)
