API Reference / Strategy - Semantic Matcher Eval

Replay overrides against current matcher, report agreement counts

post https://api.intelig.ai/api/v1/intelig/strategy/initiatives/semantic-eval/replay

Auth: Authorization: ApiKey <key> (an API key sent as Bearer is rejected) or Authorization: Bearer <jwt> for a dashboard session. operationId: replay

Re-runs the current matcher over every link a human has already overridden and reports how often it now agrees. A regression check on matcher changes: the humans are the ground truth, so falling agreement means the matcher moved away from what people actually meant. Read-only.

Example request

curl -X POST "https://api.intelig.ai/api/v1/intelig/strategy/initiatives/semantic-eval/replay" \
  -H "Authorization: ApiKey $INTELIG_API_KEY"

Response 200

application/json · ApiResponseReport

FieldTypeDescription
success boolean
message string
data Report

Status codes

  • 200 — OK
  • 401 — —
  • 429 — —

Every response is wrapped in { success, message, data }. A 4xx means the request is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.