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:

...

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.

...

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.

Code Block
{
  "dataAvailable": true,
  "status": "PROCESSED",
  "pageUrl": "https://aragonresearch.com/cisco-google-and-zoom-enhance-free-meetings-to-assist-with-coronavirus/",
  "verityData": {
    "languageCode": "en",
    "iab": {
      "v1": [
        {
          "id": "IAB19",
          "category": "Technology & Computing",
          "score": 0.6
        },
        {
          "id": "IAB19-8",
          "category": "Computer Networking",
          "score": 0.13
        },
        {
          "id": "IAB19-23",
          "category": "Net Conferencing",
          "score": 0.11
        },
        {
          "id": "IAB19-18",
          "category": "Internet Technology",
          "score": 0.11
        }
      ],
      "v2": [
        {
          "id": "596",
          "category": "Technology & Computing",
          "score": 0.66
        },
        {
          "id": "607",
          "category": "Web Conferencing",
          "score": 0.12,
          "parent": {
            "id": "602",
            "category": "Computer Software and Applications",
            "parent": {
              "id": "599",
              "category": "Computing",
              "parent": {
                "id": "596",
                "category": "Technology & Computing"
              }
            }
          }
        },
        {
          "id": "600",
          "category": "Computer Networking",
          "score": 0.09,
          "parent": {
            "id": "599",
            "category": "Computing",
            "parent": {
              "id": "596",
              "category": "Technology & Computing"
            }
          }
        },
        {
          "id": "602",
          "category": "Computer Software and Applications",
          "score": 0.08,
          "parent": {
            "id": "599",
            "category": "Computing",
            "parent": {
              "id": "596",
              "category": "Technology & Computing"
            }
          }
        }
      ]
    },
    "keywords": [
      "cisco",
      "zoom",
      "google",
      "logmein",
      "coronavirus",
      "enhance",
      "meetings",
      "assist",
      "free",
      "and",
      "china",
      "jim lundy",
      "customers like zoom",
      "rise in",
      "aragon"
    ],
    "safe": true,
    "threats": [],
    "events": [],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.71
      },
      {
        "sentiment": "positive",
        "score": 0.26
      },
      {
        "sentiment": "negative",
        "score": 0.03
      }
    ]
  }
}

More Page API Options

Child pages (Children Display)