# French Company 360° Report (entreprise-360)

> French Company 360° Report (entreprise-360) is a paid API for AI agents from api.x-402.online, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-14).

Returns a comprehensive French company profile in a single call: identity, VAT, headquarters, officers, establishments, financials, BODACC legal notices, and RGE certification, aggregated from 3 sources.

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/entreprise-360
- Price: $0.04/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-360-report-entreprise-360-00d287ea
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLxhEE2Dj58VuO-whJ9Q1

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-360-report-entreprise-360-00d287ea
```

Example prompt: Pull the full 360° report on French company Vinci SA — I need their SIREN, VAT number, headquarters, list of officers, financial statements, any BODACC legal notices, and RGE certification all in one go.

## When to prefer this

Use this endpoint when you need a comprehensive, all-in-one French company dossier and want to avoid making multiple separate API calls to INPI, INSEE, and BODACC. Ideal for due diligence, KYB compliance, investment screening, or onboarding workflows where you need identity, financials, legal notices, and officer information together. Prefer this over sibling endpoints (e.g. finances-only or BODACC-only) when you need the full picture in a single request.

## Known failure modes

- Company not found by name or SIREN — returns empty or 404 result
- Ambiguous company name matches multiple entities — may require SIREN for precision
- BODACC or financial data temporarily unavailable from upstream source — partial response
- Missing required query parameter (?q= or ?siren=) — returns validation error
- Rate limit or payment failure — returns 402 or 429 error

## How this service works

Full French company report in ONE call: identity, VAT, HQ, officers, establishments, finances, legal notices (BODACC), RGE cert. Aggregates 3 sources. Free trial: /free/entreprise-360. Query: ?q= or ?siren=

## Output

A structured JSON object containing the French company's identity (name, SIREN, SIRET, NAF code), VAT number, headquarters address, list of officers/directors, all establishment locations, annual financial statements (revenue, net income, capital), BODACC legal announcements (filings, sales, insolvency, changes), and RGE environmental certification status — all aggregated from three official French data sources.

## 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-360-report-entreprise-360-00d287ea/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)
