Ad Visibility
Get an ad visibility analysis
Retrieve the status and ad visibility score of a submitted ad analysis.
GET
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).
string
required
The request ID returned when the ad visibility job was created.
string
The analysis identifier.
string
The current state:
pending, success, or failed.object
Present when
status is success. Contains the ad visibility score and the input image URL.object
Present when
status is failed. Contains an error code and message.