Skip to main content
POST
/
v1
/
table
/
{table_uuid}
/
run-enrichment
/
{enrichment_id}
Run table enrichment
curl --request POST \
  --url https://api.databar.ai/v1/table/{table_uuid}/run-enrichment/{enrichment_id} \
  --header 'x-apikey: <x-apikey>'
{}

Headers

x-apikey
string
required

API Key for authentication

Path Parameters

table_uuid
string<uuid>
required

The UUID of the table

enrichment_id
string
required

The ID of the table enrichment to run

Query Parameters

run_strategy
enum<string>
default:run_all

Which rows to process: run_all runs every row, run_empty skips rows that already have a result.

Available options:
run_all,
run_empty

Response

Enrichment run started successfully