Retrieves a single video using its id.

Example

curl --request GET \
     --url https://api.joinzeed.com/content/video/66 \
     --header 'Accept: application/json' \
     --header 'x-api-key: [your api key]'
{
  "data": {
    "items": [
      {
        "title": "Berkshire Hathaway",
        "id": 66,
        "originalDate": "2022-06-30T00:00:00.000+05:45",
        "finasset": "BRK.A",
        "community": false,
        "difficulty": 2,
        "timeSensitivity": 1,
        "sector": "Management of Companies and Enterprises",
        "tags": [
          "Finance",
          "Multi-Line Insurance",
          "Management of Companies and Enterprises",
          "Offices of Other Holding Companies"
        ],
        "playbackDetails": {
          "streamUrl": "https://stream.mux.com/pt1HKJGPd3wfdscd64NU00tBlnx01tyJo.m3u8",
          "mp4Url": "https://stream.mux.com/pt1HKJGPd3wfdscd64NU00tBlnx01tyJo/medium.mp4",
          "thumbnailUrl": "https://image.mux.com/pt1HKJGPd3wfdscd64NU00tBlnx01tyJo/thumbnail.jpg?time=0",
          "gifUrl": "https://image.mux.com/pt1HKJGPd3wfdscd64NU00tBlnx01tyJo/animated.gif",
          "duration": 49.883167
        },
        "categories": {
          "items": [
            {
              "categoryName": "Stocks"
            }
          ]
        }
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!