# Strale KYB Complete France

> Strale KYB Complete France 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-15).

Performs a comprehensive Know Your Business (KYB) check on a French company using its SIREN/SIRET number, including company data, compliance checks, VAT validation, and PEP screening.

## Facts

- Endpoint: POST https://api.strale.io/x402/solutions/kyb-complete-fr
- Price: $2.7/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-complete-france-26c8dfb2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ySLAFJ8BPyrYGJv2Ei3QI

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-france-26c8dfb2 -d '<json body>'
```

Example prompt: Can you run a full KYB check on the French company with SIREN 552032534 — their domain is lvmh.com, VAT number is FR60552032534, and the contact is Jean Dupont at jean.dupont@lvmh.com?

## When to prefer this

Use this endpoint when you need a comprehensive, audit-ready KYB report on a French company, combining registry lookup, VAT validation, and PEP screening in a single call. Prefer this over basic company lookup endpoints when compliance, onboarding due diligence, or regulatory requirements demand a documented audit trail.

## Known failure modes

- Invalid or non-existent SIREN/SIRET returns a 404 or validation error
- Company found in registry but additional compliance data unavailable
- VAT number mismatch with registry data returns a warning flag
- PEP screening inconclusive if contact name is too common
- Network timeout or upstream registry outage returns a 503
- Malformed SIREN (not 9 digits) returns a 400 validation error

## How this service works

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

## Output

Returns a structured JSON object with an audit trail containing: French company registry data (name, address, legal form, status), VAT validation result, PEP screening outcome for the named contact, compliance flags, and quality scores for each data component.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "siren"
 ],
 "properties": {
  "siren": {
   "type": "string",
   "description": "French SIREN/SIRET number"
  },
  "domain": {
   "type": "string",
   "description": "Company website domain (e.g., example.com)"
  },
  "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-france-26c8dfb2/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)
