Bulk 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 creatives and, if so, returns the results of HUMAN’s analysis for a specific list of creative IDs. * 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 an array of creative result objects. Each object uses the same structure as the [Single creative result](/advertising/reference/get-creative-by-id) endpoint.

Authentication

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

Query parameters

adFormatenumRequired
Allowed values:
updatedstringRequired
Date last changed.
offsetintegerRequired
Parameter controlling the starting point within the collection of results.
limitintegerRequired
Limit number of results returned from the request.

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