# Strale KYB Essentials DE — German Company Verification

> Strale KYB Essentials DE — German Company Verification 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-15).

Performs Know Your Business (KYB) checks on German companies, returning structured company data and compliance information with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-de
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-de-german-company-verification-cf7a24b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BnjOFw3QMMpCZh6D2lKVk

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-de-german-company-verification-cf7a24b2 -d '<json body>'
```

Example prompt: Can you run a KYB check on 'Siemens AG' — I need to verify their German company registration and compliance status before we sign a contract with them.

## When to prefer this

Use this endpoint when you need to verify or gather structured compliance data specifically on German-registered companies. Prefer this over generic web search when you need audit-trail-backed, structured JSON output suitable for KYB regulatory workflows.

## Known failure modes

- Company name not found in German registry — returns error or empty result
- Ambiguous company name matches multiple entities — may return first match or require registration number
- Invalid or malformed registration number — returns validation error
- Service unavailable or timeout — HTTP 5xx error
- Payment not processed (x402 payment required) — 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 German company data (registration details, legal status, address, directors), compliance check results, and an audit trail — suitable for due diligence and KYB workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "company_name": {
   "type": "string",
   "description": "German company name or registration number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-de-german-company-verification-cf7a24b2/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)
