Skip to main content
POST
/
v1
/
enrichments
/
{enrichment_id}
/
bulk-run
Run bulk enrichment
curl --request POST \
  --url https://api.example.com/v1/enrichments/{enrichment_id}/bulk-run \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <x-apikey>' \
  --data '
{
  "params": [
    {
      "param1": "value1",
      "param2": "value2"
    }
  ]
}
'
{
  "task_id": "123e4567-e89b-12d3-a456-426614174000",
  "status": "processing"
}

Headers

x-apikey
any
required

API Key for authentication

Path Parameters

enrichment_id
integer
required

The ID of the enrichment to retrieve

Body

application/json
params
Params · object[]
required

Response

Successfully submitted the bulk enrichment run

task_id
string
status
string