Enrichment
Enrich (Bulk)
POST
Start an asynchronous enrichment job. When used with only a
record_id (bulk-upload mode), it reads a previously uploaded CSV of SIRENs and enriches officers in the background.
Bulk-upload defaults: When no
role_types or status_filter are provided in bulk mode, the system defaults to role_types = ["Executives"] and status_filter = "current". This excludes governance/audit officers and former mandates by default — preventing irrelevant contacts (e.g. former statutory auditors) from appearing in results.Pass role_types: ["All"] and status_filter: "all" to override and include everyone.Request Body
Response
The endpoint returns immediately with a confirmation — enrichment runs in the background. Use/view-enrichment-results or /generate-download-url to retrieve results once complete.

