Single creative result

<Note> We recommend using the [Push Result API](/advertising/reference/push-result-api-overview) to let HUMAN push results to your webhook endpoint instead of the Pulling API whenever possible. This is because the Push Result API: * Lets HUMAN send you results in close to real time * Lets you receive both Ad Quality results as soon as they are ready * Lets you receive Malvertising threats as soon as HUMAN flags them However, if your organization cannot use the Push Result API, you can use the Pulling API as an alternative to receive analysis results. HUMAN will provide the `HUMAN-API-URL` and `X-API-KEY` during the integration process. </Note> Checks whether HUMAN has finished scanning a creative and, if so, returns the results of HUMAN’s analysis for a specific creative ID. * If we've finished analyzing: The response will include the full results of our analysis. * If we haven't finished analyzing: The response will only include basic information about the creative's status. This endpoint returns a single creative result object.

Authentication

X-API-KEYstring
Your unique Ad Quality API key.

Path parameters

creative_idstringRequired
The creative ID which is equal to the ID submitted for creative analysis.

Response

Request submitted properly
statusenumOptional

Creative processing status - the creative’s status in HUMAN’s processing queue. Hover over each status for details.

adobjectOptional

An IAB-compliant object that follows the structure outlined in the IAB’s AdCom specification.

If HUMAN discovers this creative through the HUMAN Security Network, values in the ad and ad.ext objects may be populated from their standard OpenRTB representation (used in bid requests and Prebid Server) and from their native mapping in the Prebid.js response object.

Errors

400
Bad Request Error
401
Unauthorized Error