# Strale KYB Essentials Switzerland

> Strale KYB Essentials Switzerland 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).

Looks up Swiss company data and compliance information by company name or UID from Swiss commercial registries

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-ch
- 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-switzerland-4180c506
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ywOUTGfJYglAoicZvUeaM

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-switzerland-4180c506 -d '<json body>'
```

Example prompt: Can you do a KYB essentials check on the Swiss company 'Nestlé S.A.' and pull their official registration and compliance data?

## When to prefer this

Use this endpoint when you need to perform Know Your Business (KYB) verification or due diligence on a Swiss company, especially when you have the company name or Swiss UID. Prefer this over generic web search when you need authoritative, structured, audit-trailable data from official Swiss commercial registries.

## Known failure modes

- Company name not found in Swiss registry — returns empty or error response
- Invalid or malformed UID provided — validation error
- Ambiguous company name matches multiple entities — may return best match or require refinement
- Registry source temporarily unavailable — upstream timeout or service error
- Payment not processed correctly — 402 payment required error

## How this service works

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

## Output

Returns structured JSON containing Swiss company data (registration details, legal status, identifiers) along with compliance information and an audit trail, sourced from Swiss commercial registries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Swiss company name or UID"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyb-essentials-switzerland-4180c506/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)
