Skip to main content
POST
Create Evaluation

Headers

x-anyreach-org
string | null

Organization ID for user PATs (pat_ prefix tokens)

Body

application/json

Schema for API requests to create a new evaluation (metric bundle).

No input/judge_config: the judge is always Gemini Pro and the content to resolve is derived from the bundle's metrics' modalities.

name
string
required
metric_ids
string[]
required
description
string | null
instructions
string | null
transcription
Transcription · object | null

Response

Successful Response

Evaluation entity — a bundle of metrics (+ optional shared framing).

Renamed from Scorecard: "scorecard" connotes a score (a rollup), which is deferred to the derived layer (PRD §13.1). Many evaluations may run on one conversation (compliance vs quality vs sales bundles). The judge is always Gemini Pro and the content needed is derived from the metrics' modalities — so there's no per-evaluation input/judge_config.

id
string
required
organization_id
string
required
name
string
required
metric_ids
string[]
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null
instructions
string | null
transcription
Transcription · object | null
archived_at
string<date-time> | null
created_by
string | null
modified_by
string | null