Skip to main content
PUT
Update NER threshold for a source type

Path Parameters

source_type
string
required

Body

application/json

Body for PUT /ner-review/thresholds/{source_type}.

auto_confirm_threshold
number
required
Required range: 0 <= x <= 1
review_threshold
number
required
Required range: 0 <= x <= 1

Response

Successful Response

Per-source NER confidence thresholds (row in ner_source_thresholds).

Attributes: source_type: The unstructured source these thresholds apply to. auto_confirm_threshold: Tags at or above this confidence are confirmed automatically without entering the review queue. review_threshold: Tags at or above this threshold (but below auto_confirm_threshold) enter the review queue. Tags below this threshold are silently rejected. updated_at: UTC timestamp of last modification.

source_type
enum<string>
required

Unstructured-data source types that feed the review queue.

Structured sources (CRM, ERP) use deterministic entity resolution and do not produce review queue items.

Available options:
slack,
confluence,
gdrive,
meeting_transcript,
email,
notion
auto_confirm_threshold
number
default:0.85

Confidence >= this → auto-confirm (skip queue).

Required range: 0 <= x <= 1
review_threshold
number
default:0.5

Confidence >= this → enter review queue. Below → reject.

Required range: 0 <= x <= 1
updated_at
string<date-time>