---
title: "Bulk Enrich With Custom Enrichment"
method: POST
path: "/v1/custom_enrichments/{enrichment_id}/bulk_enrich"
tags: ["CustomEnrichments"]
---

# Bulk Enrich With Custom Enrichment

`POST /v1/custom_enrichments/{enrichment_id}/bulk_enrich`

Enrich businesses using a custom enrichment.
Returns enriched data with the results from the custom enrichment.

## Path parameters

- `enrichment_id` string, required

## Headers

- `tenant` string

## Request body

- BusinessesBulkEnrichRequest
  - `request_context` object, nullable
  - `parameters` object, nullable
  - `business_ids` string[], required

## Response `200`

Successful Response

- CustomEnrichmentEnrichResponse — Response model for enriched data from a custom enrichment.
  - `response_context` ResponseContext, required
    - `correlation_id` string, required
    - `request_status` 'success' | 'miss' | 'failure', required — The `RequestStatus` class is an enumeration that defines the possible statuses of a request. This enum is used to indicate whether a request was successful, missed, or failed. It ensures consistent handling of request statuses across the application. Attributes: SUCCESS: Indicates that the request was successfully processed. MISS: Indicates that the request did not find any matching data. FAILURE: Indicates that the request encountered an error or failure.
    - `time_took_in_seconds` number, required
  - `data` CustomEnrichmentResponseRow[], required
    - `business_id` string, required
    - `data` object, required — The enriched data from the custom enrichment
  - `total_results` integer, required

## Other responses

- `422` — Validation Error

---

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