POST /api/v1/dataset/upload/platform
to get a dataset_id.POST /api/v1/judge/create/sdk
and capture its id.dataset_id: UUID from the upload step.judge_ids: Array of judge IDs (include the SDK helper judge you just
created).space_id: Same space you used for upload and judge creation.name: Display name for the evaluation run.roll_data: Optional boolean, default true, to generate aggregate metrics.evaluation_result array confirms the run executed; drill into the dashboard
for full rollups and trend views.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.