v12

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-2791118.4 KB
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