Enrichments
Add enrichment to table
Add an enrichment to a table by its UUID.
POST
Mapping format
Themapping 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:
After adding
The response body is{}. To get the table-enrichment ID required by POST /v1/table/{table_uuid}/run-enrichment/{id}, call:
id field of the newly added entry.Headers
API Key for authentication
Path Parameters
The UUID of the table
Body
application/json
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).
Available options:
run_on_click, run_on_update