Skip to main content
POST
inspect color

Authorizations

Authorization
string
header
required

An API key (es_live_…) from Settings, under API keys, or an OAuth access token.

Headers

Idempotency-Key
string

Retry a paid dispatch safely: the same key returns the job already dispatched instead of charging again.

x-workspace-id
string

The workspace this one call acts in, when it is not the key's own.

Body

application/json
ref
string

The item to measure: an image, or a video with at_seconds. Give this or timeline_id.

timeline_id
string

Measure a composited frame of this timeline instead of an item.

at_seconds
number

The moment to measure in a video item or a timeline, seconds. Default 0.

Required range: x >= 0
reference
string

An item to compare against (an image, or a video with reference_at_seconds); the gap comes back as grade-knob hints.

reference_at_seconds
number

The moment in the reference video, seconds. Default 0.

Required range: x >= 0

Response

Done, or a job started for work that runs longer (follow it with get_jobs).

ok
any
required
data
object
required
meta
object
required
media
object[]