# Strale KYB Complete Denmark

> Strale KYB Complete Denmark 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-13).

Performs a comprehensive Know Your Business (KYB) check on a Danish company using its CVR number, including company data lookup, compliance checks, VAT validation, and optional PEP screening.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-dk
- Price: $2.7/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-kyb-complete-denmark-a2017de9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0SApXvrpHAMKKafkhz7nL

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

Example prompt: Can you run a full KYB compliance check on the Danish company with CVR number 12345678 — their website is acme.dk, the contact person is Lars Jensen at lars@acme.dk, and I also need the EU VAT validated?

## When to prefer this

Use this endpoint when you need a comprehensive, auditable KYB check specifically on a Danish company registered in the CVR system, especially when you also need EU VAT validation and optional PEP screening for a contact person in a single call. Prefer this over generic business lookup APIs when compliance documentation and audit trails are required.

## Known failure modes

- Invalid or non-existent CVR number returns 404 or validation error
- Malformed EU VAT number format causes validation failure
- CVR registry unavailable leads to timeout or 503
- PEP screening unavailable if contact_name not provided
- Payment failure via x402 protocol returns 402

## How this service works

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

## Output

Structured JSON containing verified company data from the Danish CVR registry, compliance check results, VAT validation status, optional PEP screening outcome for the named contact, and a full audit trail of checks performed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "cvr_number"
 ],
 "properties": {
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "cvr_number": {
   "type": "string",
   "description": "Danish CVR 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-denmark-a2017de9/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)
