---
title: "Create an enrichment"
method: POST
path: "/v1/enrichments"
tags: ["Enrichments"]
---

# Create an enrichment

`POST /v1/enrichments`

Records an enriched property value on a resource.

## Request body

- EnrichmentCreate
  - `resourceType` string, required
  - `resourceId` string, required
  - `property` string, required
  - `value` unknown, required
  - `provider` string
  - `source` string, required
  - `sourceId` string, required
  - `confidence` number
  - `rationale` string

## Response `201`

Records an enriched property value on a resource.

- object
  - `data` Enrichment
    - `id` string
    - `property` string — The enriched property name.
    - `value` unknown
    - `provider` string
    - `source` string
    - `sourceId` string
    - `confidence` number
    - `capturedOn` string, date-time

## Other responses

- `400` — The request body or parameters are invalid.
- `401` — Missing or invalid API key credentials.

---

[API](https://skmtc.net/metal/apis/metal-api.md) · [All operations](https://skmtc.net/metal/apis/metal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metal/metal-api/revisions/afb7b675d5b2/schema)
