Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Verity REST API URL is:

https://verity-api.gumgum.com

Verity API processes HTTPS GET requests specifying a properly-formed page URL in the following format:

...

  • Start with http:// or https://.

  • Have a properly URL-encoded address.

  • Any request parameter values must be properly URL-encoded.

Example Page Request

Classifying the page with the Verity API is a simple two-step process. This example shows a request to analyze a web page, including its text and any prominent image detected. The examp

...

For a list of supported status messages, refer to Application Status Codes.

Step 2 – Poll the endpoint

...

Note: You can also specify a callBackUrl in a GET request. The JSON classification results are then returned only to the callBackUrl, and not the response message data payload. See Integrating a Webhook for an example GET request with a callBackUrl.

Example Page JSON Response Body

The JSON response details the complete brand safety, keyword, and categorization analysis data for the page and its any prominent image detected.  See JSON Response for details about the fields included in the response.

...