# Strale KYB Essentials AU

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

Looks up and validates an Australian business by ABN, returning structured company data and compliance information with an audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-au
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-essentials-au-0210deea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HZqhCGwzULsSSnXD0AvW-

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-au-0210deea -d '<json body>'
```

Example prompt: Can you run a KYB essentials check on the Australian business with ABN 51824753556 and tell me if it's active and compliant?

## When to prefer this

Use this endpoint when you need to perform Know Your Business (KYB) verification on an Australian entity using its ABN. Ideal for compliance workflows, vendor onboarding, or financial due diligence where structured, audit-trailed company data is required specifically for Australian businesses.

## Known failure modes

- Invalid ABN format (not 11 digits) — validation error returned
- ABN not found in Australian Business Register — no matching record
- Malformed request body — missing required 'abn' field
- Payment failure — x402 payment not accepted or insufficient funds
- Upstream ABR data unavailable — service timeout or degraded response

## How this service works

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

## Output

Structured JSON containing Australian company data (name, status, registration details), ABN validity confirmation, compliance flags, and an audit trail — all independently quality-scored by Strale.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "abn"
 ],
 "properties": {
  "abn": {
   "type": "string",
   "description": "Australian Business Number (11 digits)"
  }
 }
}
```

## More

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