Skip to main content
POST
Create Enrichment Field Extraction

Body

application/json

Request body for creating an enrichment field extraction.

provider_name
string
required

Provider this extraction belongs to

Required string length: 1 - 100
indicator_type
string
required

Indicator type: ip, domain, hash_md5, hash_sha1, hash_sha256, url, email, account

source_path
string
required

Dot-notation path into the raw enrichment response

Minimum string length: 1
target_key
string
required

Key in the extracted dict surfaced to agents

Minimum string length: 1
value_type
string
default:string

One of: string, int, float, bool, list, dict, any

description
string | null

Human-readable description

Response

Successful Response

data
EnrichmentFieldExtractionResponse · object
required

Response schema for enrichment field extraction endpoints.

meta
Meta · object