Judge Catalog Rows
Judge catalog rows against schema + quality criteria.
When catalog_id is provided, automatically loads the schema and the catalog’s
readiness_config quality_prompt. The optional prompt field appends extra instructions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
Request to judge catalog rows. Pulls schema + quality_prompt from catalog when catalog_id is provided.
For multimodal judging (e.g. verifying images match product data), pass images
as a dict mapping row index (string) to a list of image URLs. When images are
present the judge uses a vision model automatically.
Rows to evaluate
Catalog ID — fetches schema and quality_prompt automatically
Inline schema (only needed if no catalog_id)
Extra instructions (appended to catalog's quality_prompt if present)
Model preset: fast, medium, high
Max rows to judge per request
1 <= x <= 500Explicit image URLs per row index, e.g. {"0": ["https://..."]}