Add an enrichment to a table by its UUID.
Documentation Index
Fetch the complete documentation index at: https://docs.databar.ai/llms.txt
Use this file to discover all available pages before exploring further.
mapping object links enrichment parameters to table columns (or hardcoded values).
Each key is an enrichment parameter slug (from GET /v1/enrichments/{id} → params[].name).
Each value is one of:
| Type | When to use | value field |
|---|---|---|
"mapping" | Read value from a column per row | Human-readable column name (e.g. "email") |
"simple" | Same static value for every row | The literal value (e.g. "US") |
{}. To get the table-enrichment ID required by POST /v1/table/{table_uuid}/run-enrichment/{id}, call:
id field of the newly added entry.API Key for authentication
The UUID of the table
The enrichment ID to add.
Parameter mapping. Keys are enrichment parameter slugs.
When to run: 'run_on_click' (manual only) or 'run_on_update' (auto-trigger when mapped input columns change).
run_on_click, run_on_update