---
title: "Create enrichments"
method: POST
path: "/enrichments/_bulk"
tags: ["Enrichments"]
---

# Create enrichments

`POST /enrichments/_bulk`

Starts asynchronous candidate enrichments for the provided candidates.

## Request body

- BulkCreateCandidateEnrichmentsDto
  - `type` union, required
    - object
      - `value` 'EMAIL', required
      - `purpose` 'personal' | 'work'
    - object
      - `value` 'PHONE', required
    - object
      - `value` 'LINKEDIN', required
    - object
      - `value` 'PROFILE', required
  - `select` BulkCreateCandidateEnrichmentsSelectDto, required
    - `candidateIds` BulkCreateCandidateEnrichmentsCandidateIdsDto, required
      - `include` string[], required

## Response `202`

The enrichment request was accepted for asynchronous processing.

## Other responses

- `400` — Bad request - missing, invalid, duplicate, or unsupported enrichment input
- `401` — Unauthorized - invalid or missing authentication
- `429` — Too many requests - rate limit exceeded
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
