APIData Protection
Preview LLM judge
Run the LLM judge once against a sample response (rule-editor sandbox). `binding_id` runs against a specific candidate instead of the active one.
POST
/dlp/judge/previewRun the LLM judge once against a sample response (rule-editor sandbox). binding_id runs against a specific candidate instead of the active one.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/dlp/judge/preview" \ -H "Content-Type: application/json" \ -d '{ "instruction": "string", "sample": "string" }'{ "spans": [ "string" ], "redacted": "string", "judged": "string"}