# Sirenic French Company KYB PDF Report

> Sirenic French Company KYB PDF Report is a paid API for AI agents from api.sirenic.eu, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Generates and returns an on-demand PDF KYB report for a French company by SIREN, including identity, officers, BODACC alerts, financials, sanctions screening, completeness score, and AI health summary.

## Facts

- Endpoint: GET https://api.sirenic.eu/v1/rapport/:siren
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sirenic-french-company-kyb-pdf-report-5b54e9f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dMt97e30M526FuSR6ZDXA

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 sirenic-french-company-kyb-pdf-report-5b54e9f9
```

Example prompt: Can you pull the full KYB PDF report for the French company with SIREN 542107651? I need the document with their officers, financials, BODACC alerts, and sanctions screening so I can share it with our compliance team.

## When to prefer this

Use this endpoint when you need a shareable, human-readable PDF compliance document rather than raw JSON data. Ideal for due diligence workflows, onboarding supplier vetting, or audit trails where a formatted A4 report with all KYB data points (officers, financials, sanctions, BODACC) is required in one document.

## Known failure modes

- Invalid or non-existent SIREN returns an error (not a PDF)
- SIREN not found in French registry results in 404 or empty response
- Payment not processed results in 402 Payment Required
- AI health summary absent if not yet cached for the requested company
- Rate limiting or service unavailability returns 429 or 5xx error

## How this service works

PDF report on a French company, on demand — the shareable due diligence dossier: the full KYB file (identity, officers, BODACC legal alerts, filed financials, sanctions screening, completeness score) laid out as an A4 document, including the AI health summary when one is cached. One paid call returns the finished company report as a PDF, ready to attach to a compliance or due diligence dossier. Response is application/pdf.

## Output

A downloadable PDF (application/pdf) A4 document containing the company's full KYB file: legal identity, officers list, BODACC publication alerts, financial data, sanctions screening results, a completeness score, and an AI-generated health summary if one is cached — formatted for sharing or archiving.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "siren"
     ],
     "properties": {
      "siren": {
       "type": "string",
       "description": "9-digit SIREN (9 digits, Luhn-checked), e.g. 552032534"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sirenic-french-company-kyb-pdf-report-5b54e9f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.sirenic.eu](https://www.zero.xyz/host/api.sirenic.eu/llms.txt)
