# 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 Know Your Business (KYB) essential checks on a Swedish company by organization number, returning structured compliance and company data with audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/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-e495b93e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qsHvGc-5_NNoWvnEnUZ6e

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

Example prompt: Can you run a KYB essentials check on the Swedish company with organization number 556000-4615 and tell me if they pass compliance?

## When to prefer this

Use this endpoint when you need to verify or perform KYB due diligence on a Swedish company using its official organization number, specifically for compliance workflows, onboarding, or financial validation. Prefer this over generic company lookup APIs when you need structured compliance-grade data with an audit trail for Swedish entities.

## Known failure modes

- Invalid or malformed Swedish organization number returns a 4xx validation error
- Organization number not found in Swedish registry returns a not-found error
- Payment failure via x402 protocol returns 402 Payment Required
- Downstream Swedish company data source unavailable returns a 503 or timeout

## How this service works

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

## Output

Structured JSON containing Swedish company data (name, registration status, financials), compliance check results, and an audit trail confirming the checks performed — quality-scored and independently validated.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "org_number"
 ],
 "properties": {
  "org_number": {
   "type": "string",
   "description": "Swedish organization number"
  }
 }
}
```

## More

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