Overview
The Enrichment Service API provides endpoints for searching French companies and executives, enriching data records, looking up individuals, and downloading enriched results. All endpoints live under the/enrichment-service prefix.
Base URL
Authentication
All secured endpoints require an API key sent in thex-api-key header:
401 Unauthorized.
Credits
Most API operations consume credits from your account balance. The credit cost varies by endpoint:| Endpoint | Credit Cost |
|---|---|
| Search Companies | Fixed per request |
| Search Executives | 1 credit per company/SIREN queried |
| Enrich Single | 1/SIREN + 100/phone + 10/email per person (contacts charged only for score > 40) |
| SIREN Enrich (LPR) | 1/dirigeant + 100/phone + 10/email per person (contacts charged only for score > 40) |
| Enrich (Bulk) | 1/SIREN + 100/phone + 10/email per person |
| Export Executives | Free (no contact lookup) |
role_types (filter by role group), status_filter ("current", "former", or "all"), and person_type ("physical", "legal", or "all"). If omitted, all filters default to "all" (no filtering).
If your account has insufficient credits, the API returns a 402 Payment Required error with details about your current balance and the required amount.
Request Format
AllPOST endpoints expect a JSON body with a data key:
Error Handling
The API uses standard HTTP status codes:| Code | Meaning |
|---|---|
200 | Success |
400 | Bad request — missing or invalid parameters |
401 | Unauthorized — invalid or missing API key |
402 | Payment required — insufficient credits |
403 | Forbidden — invalid file path |
404 | Not found — resource or file does not exist |
500 | Internal server error |
detail field:

