data
Start the data enrichment process.
Will analyze stored data objects and apply enrichment functions to them based on provided configuration.
post/data/enrich
Request body
Example request
{
"functions": [
{
"name": "score",
"active": true,
"fields": [
{
"key": "firstName",
"minLength": 5,
"weight": 2
}
]
}
]
}Response
Enrichment started, will complete asynchronously