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 9 Next »

The following example JSON is returned for the video URL http://content.jwplatform.com/videos/00D9qbqJ-320.mp4. See the JSON Response Reference for definitions of the fields in the response.

{
  "uuid": "87b61cc2-bea4-4fc4-b394-6362412fa4fe",
  "url": "http://videos-cloudflare.jwpsrv.com/content/conversions/wXz64rAU/videos/00D9qbqJ-28875361.mp4?token=5fc86f5a_cc102c722421df46326f0866434db4a7ab12e0ef",
  "data": {
    "languageCode": "en",
    "iab": {
      "v2": [
        {
          "id": "483",
          "category": "Sports",
          "score": 0.53
        },
        {
          "id": "515",
          "category": "Ice Hockey",
          "score": 0.27,
          "parent": {
            "id": "483",
            "category": "Sports"
          }
        },
        {
          "id": "533",
          "category": "Soccer",
          "score": 0.15,
          "parent": {
            "id": "483",
            "category": "Sports"
          }
        }
      ]
    },
    "keywords": [
      "cbc news",
      "ayers",
      "david",
      "nhl",
      "dallas",
      "toronto",
      "hurricanes",
      "hollywood",
      "anderson",
      "leafs",
      "david man.",
      "the toronto maple leafs",
      "marta gebre selassie's",
      "kidney transplant",
      "the carolina hurricanes"
    ],
    "safe": true,
    "threats": [
      {
        "id": "GGT9",
        "category": "Medical",
        "confidence": "HIGH"
      }
    ],
    "sentiments": [
      {
        "sentiment": "neutral",
        "score": 0.48
      },
      {
        "sentiment": "positive",
        "score": 0.45
      },
      {
        "sentiment": "negative",
        "score": 0.06
      }
    ],
    "processedAt": "2020-12-03T02:05:45.949Z"
  }
}


  • No labels