Documentation Index
Fetch the complete documentation index at: https://docs.leads-siren.com/llms.txt
Use this file to discover all available pages before exploring further.
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 | 1/SIREN + 5/email + 90/phone (email & phone skipped with skip_contact_search) |
| Enrich Single | 1/SIREN + 5/email + 90/phone (email & phone skipped with skip_contact_search) |
role_types (filter by role) and status_filter ("current", "former", or "all").
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:

