---
title: "Bombora Intent"
method: POST
path: "/v1/businesses/bombora_intent/enrich"
tags: ["BusinessEnrichments"]
---

# Bombora Intent

`POST /v1/businesses/bombora_intent/enrich`

## Request body

- BomboraIntentEnrichRequest
  - `request_context` object, nullable
  - `parameters` BomboraIntentEnrichmentParams
    - `topics` string[]
    - `min_score` integer
  - `business_id` string, required

## Response `200`

Successful Response

- BusinessesEnrichResponseBomboraIntentOutputSchema — This is base response model for all responses in partner service.
  - `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` union
    - BomboraIntentOutputSchema
      - `business_id` string
      - `company_name` string
      - `company_website` string, uri
      - `date_stamp` string
      - `intent_topics` string, required
      - `level_of_intent` string
      - `topic_count` string
    - BomboraIntentOutputSchema[]
      - `business_id` string
      - `company_name` string
      - `company_website` string, uri
      - `date_stamp` string
      - `intent_topics` string, required
      - `level_of_intent` string
      - `topic_count` string
  - `entity_id` union
    - string
    - string

## Other responses

- `422` — Validation Error

---

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