# Strale KYB Complete Sweden

> Strale KYB Complete Sweden 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 complete Know Your Business (KYB) check on a Swedish company, including company data lookup, compliance checks, VAT validation, and optional PEP screening, returning structured JSON with audit trail.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-se
- 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-sweden-b6426416
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yx_ziER62-KFCjd1f18Rp

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-sweden-b6426416 -d '<json body>'
```

Example prompt: Can you run a full KYB check on the Swedish company with organization number 5590174510, their domain is acmecorp.se, VAT number SE559017451001, and the contact is Anna Lindqvist at anna@acmecorp.se?

## When to prefer this

Choose this endpoint when you need a comprehensive, audit-ready KYB report on a Swedish company in a single call — covering registry data, VAT validation, and optional PEP screening — rather than stitching together multiple partial lookups. Especially valuable for vendor onboarding, B2B compliance workflows, or regulated industries requiring documented due diligence on Swedish entities.

## Known failure modes

- Invalid or non-existent Swedish organization number returns 422 or not-found error
- Malformed VAT number format triggers validation error
- PEP screening unavailable if contact_name is missing
- Registry API downtime may cause timeout or partial results
- Payment failure via x402 protocol blocks the request entirely

## How this service works

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

## Output

Returns a structured JSON object containing Swedish company registry data (name, address, status, corporate structure), VAT validation results, compliance check outcomes, optional PEP screening result for the named contact, and a signed audit trail suitable for regulatory records.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_number"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "org_number": {
   "type": "string",
   "description": "Swedish organization number"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. DE811128135). Auto-derived from registry data when possible."
  },
  "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-sweden-b6426416/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)
