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 5 Current »

The following example JSON is returned for the following text string:

Kubernetes (also known as k8s or kube) is an open source container orchestration platform that automates many of the manual processes

See the JSON Response Reference for definitions of the fields in the response.

{
  "uuid": "28b82df1-452d-5054-875d-556abbac5f1b",
  "data": {
    "processedAt": "2021-06-06T08:22:24.097Z",
    "expiresAt": "2021-07-06T08:22:24.097Z",
    "languageCode": "en",
    "iab": {
      "v2": [
        {
          "id": "596",
          "category": "Technology & Computing",
          "score": 0.59
        },
        {
          "id": "620",
          "category": "Cloud Computing",
          "score": 0.21,
          "parent": {
            "id": "619",
            "category": "Internet",
            "parent": {
              "id": "599",
              "category": "Computing",
              "parent": {
                "id": "596",
                "category": "Technology & Computing"
              }
            }
          }
        },
        {
          "id": "602",
          "category": "Computer Software and Applications",
          "score": 0.15,
          "parent": {
            "id": "599",
            "category": "Computing",
            "parent": {
              "id": "596",
              "category": "Technology & Computing"
            }
          }
        }
      ]
    },
    "keywords": [
      "kube",
      "k8s",
      "open source container orchestration platform",
      "kubernetes",
      "manual processes"
    ],
    "safe": true,
    "threats": [],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 1
      },
      {
        "sentiment": "negative",
        "score": 0
      },
      {
        "sentiment": "positive",
        "score": 0
      }
    ]
  }
}
  • No labels