# Strale KYB Complete US

> Strale KYB Complete US is a paid API for AI agents from api.strale.io, paid per call via x402, $2.7/call, status unknown (last checked 2026-09-15).

Performs a comprehensive Know Your Business (KYB) verification on a US company, including company data lookup, compliance checks, and financial validation with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-us
- Price: $2.7/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-complete-us-8555d5ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_P8bsm5JlTUbTqEcNj9cbF

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-complete-us-8555d5ab -d '<json body>'
```

Example prompt: Run a full KYB check on Acme Corp — their EIN is 12-3456789, website is acmecorp.com, and the contact person is Jane Smith at jane@acmecorp.com.

## When to prefer this

Use this endpoint when you need a comprehensive, structured KYB report on a US company including compliance checks, PEP screening, and audit trails — especially in onboarding, due diligence, or vendor risk workflows where a single authoritative report with audit provenance is required.

## Known failure modes

- Company name not found in US registry — returns 404 or empty match
- Invalid EIN format — returns validation error
- Domain does not resolve or match registered company — low confidence score
- PEP screening unavailable for contact — partial result returned
- Downstream registry timeout — service returns 503

## 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 verified company data, compliance status, PEP screening results for the named contact, financial validation details, and a full audit trail — all independently quality-scored.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. DE811128135). Auto-derived from registry data when possible."
  },
  "company_name": {
   "type": "string",
   "description": "US company name or EIN"
  },
  "contact_name": {
   "type": "string",
   "description": "Name of contact person for PEP screening"
  },
  "contact_email": {
   "type": "string",
   "description": "Contact email for validation"
  }
 }
}
```

## More

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