Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Before calling the Verity API, you’ll need to:

Authenticate Client

Requests to the Verity API require an API token for authentication.

The token is passed to Verity as the value of the HTTP header x-api-key.

Please contact verity-support@gumgum.com for API token requests.

Important: GumGum will deliver the API token securely. Once a client receives the token, it is the client’s responsibility to maintain security over the token within their organization.

Configure Access for Verity User Agents

To analyze content, Verity user agents need to be able to extract and process the target web content. 

If a web server or CDN blocks a Verity browser from a requested URL, Verity can't process the content and returns an error. If this happens and you have the appropriate access in your environment, you'll need to configure your allow list with either of the following:

  • The Verity user agent string (sent in the header of the GET request):
    Verity/1.1 (https://gumgum.com/verity; verity-support@gumgum.com)

  • The static IP address range allocated to Verity:
    IP address range
    3.234.232.0/25

Note: The IP address details may be updated periodically.

  • No labels