Skip to main content
POST
/
v1
/
companies
/
{id}
/
enrich
Enrich a company
curl --request POST \
  --url https://api.metal.ai/v1/companies/{id}/enrich \
  --header 'x-metal-api-key: <api-key>' \
  --header 'x-metal-client-id: <api-key>'
{
  "data": {
    "id": "<string>",
    "status": "<string>"
  }
}

Authorizations

x-metal-client-id
string
header
required

The Client ID of your API key.

x-metal-api-key
string
header
required

The secret value of your API key.

Path Parameters

id
string
required

The company id.

Response

Enrichment was accepted.

data
object