# Strale KYB Essentials US

> Strale KYB Essentials US 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) verification for US companies, returning structured compliance and company data with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-essentials-us
- 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-us-b95bcb3d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AluURb60w8in3JYtBkNH4

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-us-b95bcb3d -d '<json body>'
```

Example prompt: Can you run a KYB check on Acme Corp — I need to verify they're a legitimate US-registered business before we onboard them as a vendor?

## When to prefer this

Use this endpoint when you need to verify or perform due diligence on a US-based business entity, especially for vendor onboarding, partner screening, or compliance workflows. Prefer this over generic web search when you need structured, audit-ready compliance data with a paper trail. Best for agents automating KYB workflows at $1.62 per check.

## Known failure modes

- Company not found in US registries — returns empty or null result
- Invalid or malformed EIN — validation error
- Company name ambiguous — may return multiple candidates or closest match
- API payment failure — x402 payment not processed
- Rate limit exceeded — too many requests
- Incomplete data — some fields may be unavailable for certain companies

## How this service works

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

## Output

Structured JSON containing company registration data, compliance status indicators, and an audit trail suitable for due diligence records. Includes business identity fields and verification outcomes for the queried US company or EIN.

## Request schema (JSON Schema)

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

## More

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