# French Contractor Verification (Artisan KYB)

> French Contractor Verification (Artisan KYB) 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-13).

Verifies a French contractor or artisan before hiring by checking company health, age, RGE certification, insolvency proceedings, and trust level via company name or SIREN number.

## Facts

- Endpoint: GET https://api.x-402.online/v1/fr/verif-artisan
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/french-contractor-verification-artisan-kyb-8f088bc6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yvj27xmy1VMg77kFx76iV

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-contractor-verification-artisan-kyb-8f088bc6
```

Example prompt: Before I hire this French roofing contractor, can you verify them? Their company is called Batiment Dupont and their SIREN is 123456789 — I want to know if they're RGE certified, financially healthy, and whether there are any insolvency issues.

## When to prefer this

Use this endpoint when you need a fast, all-in-one pre-hire check on a French artisan or contractor, especially when RGE certification (renewable energy/energy efficiency compliance) is relevant. Prefer this over generic company lookup endpoints when the subject is a French sole trader or small contractor rather than a large corporation, and when trust scoring and insolvency status are needed in a single call.

## Known failure modes

- Company not found in French registry — unknown SIREN or name returns empty or 404
- Ambiguous company name matches multiple entities — recommend using SIREN for precision
- RGE certification data may be stale if the certification recently lapsed
- Non-French companies will not be found — endpoint is France-only
- Missing query parameter ?q= or ?siren= results in a 400 bad request

## How this service works

Verify a French contractor before hiring: company health, age, RGE certification, insolvency proceedings, trust level. Query: ?q= or ?siren=

## Output

A structured verdict on the French artisan/contractor including: overall trust level, company health indicator, company age, RGE (energy efficiency) certification status, any active or past insolvency proceedings, and a summary assessment to help decide whether it's safe to hire them.

## 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-contractor-verification-artisan-kyb-8f088bc6/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)
