Versions Compared

Key

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

...

JSON response data is maintained in the by Verity cache for a time-to-live (TTL) period following the processedAt time. The default TTL varies depending on the type of content analyzed:

...

Content Type

Default TTL

Page

Website home page.

Verity considers a home page to be a web page accessed at either:

  • <Website URL>/
    Example https://www.cnn.com/

  • <Website URL>/index.html
    Example https://www.latimes.com/index.html

30 minutes

All other pages

30 days

Video

...

360 days

Image

...

14 days

Text

...

30 days

In an effort to avoid potential data staleness, we recommend that clients do not cache JSON response data for a period longer than 30 days, especially for content that may be prone to changeRefer to Data Storage for more information.

The expiresAt date and time are expressed in ISO-8601 format.

Values

Code Block
yyyy-MM-dd'T'HH:mm:ss.SSS'Z'

Example

Code Block
"expiresAt": "2021-06-24T17:57:03.690Z"