# UK Company Intelligence Verdict API

> UK Company Intelligence Verdict API is a paid API for AI agents from api.ukintel.uk, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a 0-100 risk verdict with named flags and plain-English narrative for any UK company, combining Companies House registration, filing health, officer stability, and FCA regulation checks.

## Facts

- Endpoint: GET https://api.ukintel.uk/v1/company/:number/verdict
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/uk-company-intelligence-verdict-api-6fc36e27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x7PmWSoQBOAMFtjsPzpGo

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 uk-company-intelligence-verdict-api-6fc36e27
```

Example prompt: Can you run a full risk check on UK company number 12345678 and tell me if it's legitimate, actively filing, and FCA-regulated — I need the risk score and any red flags before I sign a contract with them.

## When to prefer this

Choose this endpoint when you need a fast, deterministic, auditable risk verdict on a specific UK company using its Companies House number — particularly when you need FCA regulation cross-checking alongside filing and officer health in a single call. Prefer it over manual Companies House lookups or generic business data APIs when you need a structured, scoreable JSON output with named flags and a plain-English summary for agent-readable due diligence pipelines.

## Known failure modes

- Invalid or non-existent company number returns an error or empty result
- Company not found in Companies House database
- FCA cross-check unavailable or times out
- Rate limiting or quota exceeded
- Malformed company number format rejected

## How this service works

Should an agent trust this UK company? Returns a 0-100 verdict and low_risk/caution/high_risk band, with every rule that fired named in the response and the register value that triggered it: STATUS_DISSOLVED, STRIKE_OFF_ACTIVE, ACCOUNTS_OVERDUE, NO_ACTIVE_DIRECTORS, OFFICER_CHURN, FS_SIC_NOT_FCA and 9 more. Rules are deterministic and published, so you can audit the verdict or re-weight it. Never model-scored.

## Output

A JSON object containing: a 0-100 numeric risk score, named boolean or labelled flags covering filing health, officer stability, and FCA regulation status, Companies House registration details, and a two-sentence plain-English narrative summarising the verdict — all computed by deterministic rules.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/uk-company-intelligence-verdict-api-6fc36e27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.ukintel.uk](https://www.zero.xyz/host/api.ukintel.uk/llms.txt)
