Versions Compared

Key

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

To retry an error response or reprocess a stored response, append an optional ignoreCache=true flag to the end of a GET request.

For example, submit the following page GET request via curl: 

...

curl

...

-H

...

'x-api-key:

...

<YOUR_API_KEY_HERE>’

...

`https://verity-api.gumgum.com/page/classify?pageUrl=https%3A%2F%2Fapnews.com%2F3273ba66105251902eb3fd68a95297cf&callBackUrl=https%3A%2F%2Fverity-webhook.domain.com%2Fresults&ignoreCache=true`

Verity reprocesses the URL right away and updates any stored response.

...