---
title: "Enrich a company"
method: POST
path: "/v1/companies/{id}/enrich"
tags: ["Companies"]
---

# Enrich a company

`POST /v1/companies/{id}/enrich`

Triggers asynchronous enrichment for a company. Metal gathers candidate values from your documents, data providers, and the web, then ranks and reconciles them into a single value per attribute. Enriched values appear on the record once processing completes; poll the company to read them, and inspect the `enrichment` field for the discovered values and citations behind each attribute. See the Enrichment and Reconciliation & ranking guides.

## Path parameters

- `id` string, required

## Response `200`

Enrichment was accepted.

- object
  - `data` object
    - `id` string — The company id.
    - `status` string — Enrichment status, e.g. "started".

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

[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)
