# Strale KYB Essentials Belgium

> Strale KYB Essentials Belgium is a paid API for AI agents from api.strale.io, paid per call via x402, $1.62/call, status unknown (last checked 2026-09-14).

Look up Belgian company data and KYB (Know Your Business) essentials using a Belgian enterprise number

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-be
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-belgium-1455ba65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7G_yLB3jVu8Qq-DoJUj6v

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 strale-kyb-essentials-belgium-1455ba65 -d '<json body>'
```

Example prompt: Can you pull the KYB essentials for Belgian company 0471.938.850 — I need to verify they're a legitimate active business before we onboard them.

## When to prefer this

Use this endpoint when you specifically need to verify or enrich data for a Belgian company using its enterprise number, as part of KYB/compliance workflows or business partner due diligence. Prefer this over generic web search when you need structured, auditable company data conforming to compliance standards.

## Known failure modes

- Invalid or malformed enterprise number returns validation error
- Enterprise number not found in Belgian CBE registry returns 404 or empty result
- Downstream CBE registry unavailable returns 503 or timeout
- Payment failure (insufficient USDC balance) returns 402 Payment Required

## How this service works

Company data, compliance checks, financial validation. Structured JSON with audit trails. Every capability independently quality-scored.

## Output

Structured JSON containing Belgian company registration data including company name, legal form, status, registration date, address, and compliance-relevant fields, with an audit trail for the lookup.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "enterprise_number"
 ],
 "properties": {
  "enterprise_number": {
   "type": "string",
   "description": "Belgian enterprise number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-belgium-1455ba65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
