Create Judge
Judges
Create Judge
Create a new judge with detectors
Create Judge
Authentication
- API Key: Organization API key in the
X-API-Keyheader
Request Body
The name of the judge. Must be between 1-200 characters.
A description of what this judge evaluates. Must be between 1-2000 characters.
The type of content this judge will evaluate.Allowed values:
video, imageAn array of detector configurations. Must contain at least 1 detector.
Request Example
cURL
JSON Body
Example with Reference Content
For detectors that require reference content (likevideo_matching), first upload the reference content:
- Upload reference content using
/v1/judges/reference_content - Use the returned
reference_content_uriin the detector config:
Response
The unique identifier of the created judge
The current status of the judgePossible values:
pending- Judge is being prepared (reference content preprocessing)ready- Judge is ready to usefailed- Judge creation failed
Response Example
video_matching, podcast_video_matching, or audio_matching), the status will be pending until preprocessing completes.