Skip to main content
GET
/
ad-visibility
/
{id}
curl \
  -H "Authorization: Bearer $apikey" \
  -H "Content-Type: application/json" \
  -X GET \
  https://api.eyequant.com/v2/ad-visibility/611457618c1d4283a830d10a9ad4f8ae
{ "id": "611457618c1d4283a830d10a9ad4f8ae", "status": "pending" }
Retrieve an ad visibility analysis by its id. Poll until status is success or failed. On success, outputs contains the visibility score and a link to the input ad image. Analyses become unavailable one hour after completion, returning 410 Gone (see Result expiry).
id
string
required
The request ID returned when the ad visibility job was created.
id
string
The analysis identifier.
status
string
The current state: pending, success, or failed.
outputs
object
Present when status is success. Contains the ad visibility score and the input image URL.
error
object
Present when status is failed. Contains an error code and message.
curl \
  -H "Authorization: Bearer $apikey" \
  -H "Content-Type: application/json" \
  -X GET \
  https://api.eyequant.com/v2/ad-visibility/611457618c1d4283a830d10a9ad4f8ae
{ "id": "611457618c1d4283a830d10a9ad4f8ae", "status": "pending" }