# Strale KYC Denmark — Danish CVR Company Lookup

> Strale KYC Denmark — Danish CVR 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-13).

Looks up Danish company data and compliance information by CVR number, returning structured JSON with audit trail for KYC/AML purposes.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyc-denmark
- Price: $1.62/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyc-denmark-danish-cvr-company-lookup-65ae18a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8Mfr7yE5tvSq69jsX8OQy

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-denmark-danish-cvr-company-lookup-65ae18a1 -d '<json body>'
```

Example prompt: Can you run a KYC check on this Danish company with CVR number 12345678 and give me their registration details and compliance status?

## When to prefer this

Use this endpoint when you need to perform KYC or due diligence on a Danish company and have their CVR number. Prefer this over generic web search when you need structured, auditable company data with compliance signals specifically from Denmark's business registry.

## Known failure modes

- Invalid or non-existent CVR number returns an error
- CVR number not found in Danish registry
- Malformed CVR format (not 8 digits) triggers validation error
- Payment failure ($1.62 USDC) prevents processing
- Upstream Danish registry unavailable causes 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 Danish company registration data (name, address, status, etc.), compliance check results, and an audit trail — suitable for KYC/AML workflows.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "cvr_number"
 ],
 "properties": {
  "cvr_number": {
   "type": "string",
   "description": "Danish CVR number"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-kyc-denmark-danish-cvr-company-lookup-65ae18a1/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)
