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

Version 1 Next »

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": "c7bcbe04-ea77-4808-8e91-28d325d1b1fc",
  "data": {
    "iab": {
      "v2": [
        {
          "id": "596",
          "category": "Technology & Computing",
          "score": 0.69
        },
        {
          "id": "620",
          "category": "Cloud Computing",
          "score": 0.26,
          "parent": {
            "id": "619",
            "category": "Internet",
            "parent": {
              "id": "599",
              "category": "Computing",
              "parent": {
                "id": "596",
                "category": "Technology & Computing"
              }
            }
          }
        }
      ]
    },
    "keywords": [
      "kubernetes",
      "orchestration",
      "container"
    ],
    "safe": true,
    "threats": [
      {
        "id": "GGT1",
        "category": "Violence and gore",
        "confidence": "LOW"
      }
    ],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 1
      },
      {
        "sentiment": "negative",
        "score": 0
      },
      {
        "sentiment": "positive",
        "score": 0
      }
    ]
  }
}
  • No labels