# Strale Enhanced Due Diligence

> Strale Enhanced Due Diligence is a paid API for AI agents from api.strale.io, paid per call via x402, $3.24/call, status unknown (last checked 2026-09-16).

Performs enhanced due diligence on a company by running compliance checks, financial validation, and company data lookups with structured JSON output and audit trails.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/enhanced-due-diligence
- Price: $3.24/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-enhanced-due-diligence-0bce2fe2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uErd0jq7DnfPADfJ9Qk5z

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-enhanced-due-diligence-0bce2fe2 -d '<json body>'
```

Example prompt: Run an enhanced due diligence check on Acme Corp, a company registered in Germany (DE) — I need a full compliance and financial validation report with an audit trail before we sign a supplier agreement.

## When to prefer this

Use this endpoint when you need a comprehensive, audit-trailed due diligence report on a company — combining compliance checks, financial validation, and company data in a single call. Prefer it over narrower registry-lookup endpoints (e.g. KVK or RNPC lookups) when you need cross-domain validation or when the country is not the Netherlands or Portugal. Best suited for onboarding new business partners, supplier screening, or KYC workflows.

## Known failure modes

- Company not found in registry for given country — returns 404 or empty result
- Invalid or unsupported country_code — returns validation error
- Company name too ambiguous without company_number — may return multiple candidates or low-confidence match
- Upstream registry unavailable — returns 503 or timeout
- Insufficient data available for the requested company — partial results with low confidence scores

## How this service works

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

## Output

Structured JSON containing company data, compliance check outcomes, financial validation results, and a full audit trail, enabling downstream verification and risk assessment.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company_name",
  "country_code"
 ],
 "properties": {
  "company_name": {
   "type": "string",
   "description": "Company name to investigate"
  },
  "country_code": {
   "type": "string",
   "description": "ISO 2-letter country code"
  },
  "company_number": {
   "type": "string",
   "description": "Company registration number (optional)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-enhanced-due-diligence-0bce2fe2/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)
