Enrichments
Run bulk enrichment
Submits a bulk enrichment run for the specified enrichment ID.
Pricing: for enrichments with pricing.type == "per_parameter", the cost per request is price × params[pricing.parameter]. Check GET /v1/enrichments/{id} to see the pricing details.
POST
This runs an enrichment in bulk headless — results are returned inline. To enrich rows stored in a Databar table, see Run table enrichment.
Results are aligned to your inputs: the
data array has one element per
input, in the same order you submitted them, with null for inputs that
returned no data. So len(data) equals the number of inputs and data[i] is
the result for input i — join results back to inputs by position.Headers
API Key for authentication
Path Parameters
The ID of the enrichment to run