# Invoket French Company Full Due-Diligence Report

> Invoket French Company Full Due-Diligence Report is a paid API for AI agents from api.invoket.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Returns a consolidated due-diligence report for a French company by SIREN, covering Sirene identity/status, BODACC insolvency/deregistration/sale announcements, EU VAT validation (VIES), and Peppol e-invoicing reachability.

## Facts

- Endpoint: POST https://api.invoket.com/company/report
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/invoket-french-company-full-due-diligence-report-05454a92
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZlUeN0gREvwldQe2fnXoe

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 invoket-french-company-full-due-diligence-report-05454a92 -d '<json body>'
```

Example prompt: Before I pay this French supplier with SIREN 552032534, can you run a full due-diligence check — confirm they're still active in Sirene, check for any BODACC insolvency or deregistration announcements, validate their EU VAT number, and tell me if they're reachable on Peppol?

## When to prefer this

Use this endpoint when you need a single authoritative pre-action check on a French company before invoicing, paying, or onboarding — specifically when you need all four signals (Sirene identity, BODACC events, VAT validity, Peppol reachability) in one call with provenance metadata. Prefer over assembling individual API calls when speed, cost, and completeness matter and the company is French (SIREN-identified).

## Known failure modes

- SIREN not found in Sirene registry — company does not exist or number is invalid
- BODACC query returns no announcements — may mean clean record or data lag
- VIES service temporarily unavailable — EU VAT validation block may be missing or stale
- Invalid SIREN format — must be exactly 9 digits
- Payment failure via x402 — report not returned if micropayment is not completed

## How this service works

The checks your agent runs before it acts: verify a bank account, a phone number, a law in force, the weather or a vehicle — computed from official sources, with provenance in every response. You only pay for answers.

## Output

A structured report with four blocks: (1) Sirene identity and current legal status for the company, (2) dated BODACC announcements covering insolvency, deregistration, and business-sale events, (3) EU VAT validation result from VIES, and (4) Peppol e-invoicing reachability status — each block tagged with its own data provenance.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "siren"
 ],
 "properties": {
  "siren": {
   "type": "string",
   "description": "9-digit SIREN (Luhn-checked, 400 on a typo). Optional 'include=identity,events,vat,peppol,lei' trims the report; dropping 'vat' makes it fully offline. Unknown SIREN = 404, no empty report billed"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/invoket-french-company-full-due-diligence-report-05454a92/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.invoket.com](https://www.zero.xyz/host/api.invoket.com/llms.txt)
