# Strale KYB Essentials SE — Swedish Company Verification

> Strale KYB Essentials SE — Swedish Company Verification 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 essential Know Your Business (KYB) checks on Swedish companies by looking up structured company data using a Swedish organization number.

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/solutions/kyb-essentials-se
- 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-se-swedish-company-verification-43104068
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zje35Fw6sY-dSVzJIhoLk

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-se-swedish-company-verification-43104068 -d '<json body>'
```

Example prompt: Can you run a KYB essentials check on the Swedish company with organization number 556740-8695 and tell me if it's legitimately registered?

## When to prefer this

Choose this endpoint when you need fast, auditable KYB verification of a Swedish company using its official organization number. It is ideal for automated onboarding workflows, supplier compliance pipelines, or due diligence processes targeting Swedish entities specifically. The built-in cryptographic audit trail makes it suitable for regulated or compliance-sensitive contexts where provenance of verification must be recorded.

## Known failure modes

- Invalid or malformed Swedish organization number returns a validation error
- Organization number not found in Swedish registry returns a not-found response
- Network or upstream registry unavailability returns a service error
- Insufficient USDC balance or payment failure (x402) prevents the call from completing

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

Returns structured JSON with essential KYB data for the specified Swedish company — including company name, registration status, and compliance-relevant fields — along with a cryptographically hashed audit record for every call.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "org_number": {
   "type": "string",
   "description": "Swedish organization number"
  },
  "vat_number": {
   "type": "string",
   "description": "EU VAT number with country prefix (e.g. ATU14189108). Optional — used for VIES validation when the registry lookup does not return one (e.g. AT, SK); auto-derived from registry data where possible."
  }
 }
}
```

## More

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