---
title: "Start the data enrichment process."
method: POST
path: "/data/enrich"
tags: ["data"]
---

# Start the data enrichment process.

`POST /data/enrich`

Will analyze stored data objects and apply enrichment functions to them based on provided configuration.

## Request body

- EnrichmentFunctions
  - `functions` object[], required
    - `name` string
    - `active` boolean
    - `fields` object[]

## Response `200`

Enrichment started, will complete asynchronously

## Changes

- **2021-08-25** `0584b166e54d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openintegrationhub/apis/data-hub/changes/data/enrich/post.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/data-hub.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/data-hub/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/data-hub/revisions/2521d7f38446/schema)
