Skip to main content
POST
Enrich

Authorizations

Authorization
string
header
required

Bearer token in the format: Bearer YOUR_API_KEY

Headers

apiKey
string | null

Query Parameters

org_slug
string | null

Body

application/json

Main enrichment request

inputs
EnrichInputObject · object
required

Input data for the enrichment (keys depend on attribute_key).

Example:
attribute_key
string
required

Key identifying the enrichment to run. See GET /v2/attributes for the full list of available keys and their required inputs.

version
integer | null

Optional saved agent version to run. Defaults to the active version when omitted.

Response

Successful Response