# Strale KYC Sweden — Swedish Company Lookup

> Strale KYC Sweden — Swedish Company Lookup 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).

Looks up Swedish company data and performs KYC/compliance checks using the Swedish organization number.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyc-sweden
- 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-kyc-sweden-swedish-company-lookup-0a18be32
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nwbOuzo4bQ8R6kjHueGp7

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-kyc-sweden-swedish-company-lookup-0a18be32 -d '<json body>'
```

Example prompt: Can you run a KYC check on the Swedish company with organization number 556736-9801 and tell me if it's legitimate and compliant?

## When to prefer this

Use this endpoint when you need to perform KYC or compliance checks specifically on Swedish companies identified by their Swedish organization number. Prefer this over generic company lookup services when you need audit trails and structured compliance-ready output for Swedish entities.

## Known failure modes

- Invalid or malformed Swedish organization number returns a 400 error
- Company not found in Swedish registry returns a 404 or empty result
- Payment failure via x402 protocol results in 402 response
- Network timeout or upstream registry unavailability 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 with Swedish company data including registration details, compliance status, and an audit trail suitable for KYC/AML processes.

## 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-kyc-sweden-swedish-company-lookup-0a18be32/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)
