Review image

Queues a judgement of an image against what was asked for — whether it holds up, and where it does not. effort trades latency and cost for thoroughness.

POST/image/review
AuthAPI keyorOAuth tokenHow to send it

Request body#

urlstringrequired
effortstring

Reviewer panel to run. 'high' runs five strong vision models; 'low' runs three smaller ones for triage.

default "high""high""low"

Response#

Image review task created

dataobjectrequired
estimatedCoststringrequired

Estimated cost in USD reserved for this task. Failed tasks are not charged.

e.g. "0.0002"
taskIdstringrequired

Task ID

e.g. "tsk_01KE7XWWEQ4MCGWKBQKJ1G47RP"

Errors#

A failed call names what went wrong in code, with a sentence in message. The codes, which of them are worth retrying, and how to read a validation failure are on Errors.