Skip to main content
GET
/
enrichment-service
/
download
/
{token}
curl -O https://search.lespagesrouges.com/enrichment-service/download/abc123token
full_name,company,siren,phone,email
Jean Dupont,Example SARL,123456789,+33 1 23 45 67 89,jean.dupont@example.com
Marie Martin,Test SAS,987654321,+33 6 12 34 56 78,marie.martin@example.com

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.

Download the enriched CSV file using a temporary token generated by the /generate-download-url endpoint. This is a public endpoint — no API key is required.

Path Parameters

token
string
required
The one-time download token returned by the /generate-download-url endpoint. Tokens expire after a set period.

Response

Returns a CSV file as a binary download with Content-Type: text/csv.
curl -O https://search.lespagesrouges.com/enrichment-service/download/abc123token
full_name,company,siren,phone,email
Jean Dupont,Example SARL,123456789,+33 1 23 45 67 89,jean.dupont@example.com
Marie Martin,Test SAS,987654321,+33 6 12 34 56 78,marie.martin@example.com