# Strale KYB Essentials Austria

> Strale KYB Essentials Austria 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 Austrian company data from the official register using a company name or register number for KYB compliance checks.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-at
- 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-austria-10c584a3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KRMSAAaEBNkuLljxJpS5R

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-austria-10c584a3 -d '<json body>'
```

Example prompt: Can you look up the official Austrian company register data for 'Erste Group Bank AG' — I need their registration details and compliance info for a KYB check.

## When to prefer this

Use this endpoint when you specifically need Austrian company data for KYB (Know Your Business) compliance, due diligence, or business verification. Prefer this over generic web search when you need structured, auditable company registration data from the official Austrian Firmenbuch register.

## Known failure modes

- Company name not found in Austrian register — returns 404 or empty result
- Ambiguous company name matches multiple entities — may return closest match or error
- Invalid or malformed register number — returns validation error
- Register temporarily unavailable — upstream timeout or 503
- Payment failure — 402 if USDC payment not processed

## How this service works

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

## Output

Structured JSON containing Austrian company details (registration number, status, address, directors, etc.) along with compliance-relevant fields and an audit trail, sourced from the Austrian Firmenbuch register.

## Request schema (JSON Schema)

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

## More

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