# French Company Solvency & Risk Score

> French Company Solvency & Risk Score is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a 0–100 solidity/risk score for a French company by cross-referencing INPI financials, BODACC legal proceedings, company age, and status

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/score-entreprise
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-company-solvency-risk-score-f82feefa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cu8je_cdn_vH7UfJ1cxCG

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 french-company-solvency-risk-score-f82feefa
```

Example prompt: Can you give me the solvency and risk score for the French company with SIREN 552032534? I want to know if they're financially stable before we sign a supplier contract.

## When to prefer this

Use this endpoint when you need a quick, affordable alternative to a paid solvency report for a French company. Ideal for supplier due diligence, credit risk assessment, or KYB pre-screening workflows where a composite risk score combining financial trends and legal history is needed. Prefer over building your own scoring logic from raw INPI/BODACC data.

## Known failure modes

- Company not found by name or SIREN — returns empty or error result
- Invalid SIREN format — returns 400 bad request
- Company has no filed financial data (e.g. micro-enterprise exemptions) — score may be partial or unavailable
- Payment of $0.08 USDC not completed — request blocked by x402 paywall
- Rate limiting or service unavailability — 429 or 503 response

## How this service works

Company solidity/risk score 0-100 for a French company: crosses INPI financials (revenue/profit trend), BODACC legal proceedings, age, status. Replaces a paid solvency report. Free trial: /free/score-entreprise. Query: ?q= or ?siren=

## Output

A 0–100 solidity/risk score for the queried French company, derived from INPI financial data (revenue and profit trends), BODACC legal proceedings (insolvency, court filings), company age, and current legal status — effectively replacing a paid solvency report.

## 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"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/french-company-solvency-risk-score-f82feefa/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x-402.online](https://www.zero.xyz/host/api.x-402.online/llms.txt)
