Skip to main content
GET
Get brand-adherence verdict

Authorizations

X-API-Key
string
header
required

API key issued by the Taste Engine. Create one in the dashboard at https://engine.tastelabs.com/app/api-keys.

Path Parameters

job_id
string
required

Brand-adherence job identifier, as returned by POST /judge/brand-adherence.

Response

The verdict. May be partial while the job runs.

The verdict for a brand-adherence job: one score plus recommendations and fixes.

job_id
string
required
status
enum<string>
required

Lifecycle status of a brand-adherence job.

Available options:
accepted,
extracting,
judging,
completed,
failed
reference_url
string<uri>
required
source_url
string<uri>
required
accepted_at
string<date-time>
required
score
number | null
required

How well the source page follows the reference brand. null until the run has produced at least one scored component.

Required range: 0 <= x <= 1
recommendations
string[]
required

Recommendation strings, worst-first, with exact target values. Capped at 20.

fixes
object[]
required

Structured fix objects, worst-first, capped at 20. Each carries an action discriminator (e.g. snap_to_token, add_color_token) plus fields specific to that action.

is_public
boolean
completed_at
string<date-time> | null