Overview
Call this helper after uploading a dataset so the Assess run has a specific judge ID to target. It is intended for SDK and automation scenarios. Generate a disposable judge configuration for SDK-driven assessments. Call this after uploading a dataset so the evaluation run can target a specific Collinear safety rubric.Request body
judge_name
: Unique name for the judge run (use a timestamp to avoid collisions).model_name
: Judge backing model. For safety scoring usecollinear_guard
.space_id
: UUID for the space that owns this judge.
Example request
Response
The API returns a minimal JSON document:id
and pass it to the assess run endpoint. Judges created through
this helper are ephemeral and scoped to the target space.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
prompt
, refusal
, response
Response
Successful Response
The response is of type object
.