Skip to main content
POST
/
v1
/
score-trace
Error
A valid request URL is required to generate request examples

Authorizations

Authorization
string
header
required

Org API key (scopes the request to its organization) or the shared trusted key (requires X-Organization-Id on every request).

Headers

X-Organization-Id
string

Organization ID (required for LLM scorers).

X-User-Id
string

End-user identity for the request; user-scoped data (threads, memory) resolves to {orgId}_{userId}. Required by endpoints that read or write user-scoped resources. A userId query param (or body field, where documented) is accepted as a fallback.

Body

application/json
scorerType
string
required

Catalog scorer_type_id from public.scorer_options (e.g. "tone", "bias", "completeness").

targets
object[]
required
Minimum array length: 1

Response

Scoring started