Overview
Use this endpoint when you want rows to skip the regular dataset list and go straight into the Assess dashboard. It is the first call in the Assess Conversations workflow.Form fields
file
(required): JSON file containing an array of rows withconv_prefix
andresponse
objects. Useapplication/json
for the MIME type.dataset_name
(required): Friendly name that appears in the dashboard.space_id
(required): UUID for the destination space.evaluation_type
(required): Typicallysafety
; determines which judge templates Collinear recommends.skip_context_check
(optional): Set totrue
to skip automatic field validation while prototyping.
Example request
Response
On success the API returns a JSON body similar to:dataset_id
for the follow-up judge creation and assess run calls.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data