Video endpoint retrieves video related content. Use this endpoint to retrieve video playback urls, thumbnails, etc.

Example

curl --request GET \
     --url 'https://api.joinzeed.com/content/video?categoryName=Stocks&limit=2' \
     --header 'Accept: application/json' \
     --header 'x-api-key: [your api key]'
{
  "data": {
    "items": [
      {
        "title": "Worst Performing Stocks - '08",
        "id": 80,
        "originalDate": "2022-07-13T00:00:00.000+05:45",
        "finasset": "AIG",
        "community": false,
        "difficulty": 2,
        "timeSensitivity": 1,
        "sector": "Finance and Insurance",
        "tags": [
          "Finance",
          "Multi-Line Insurance",
          "Finance and Insurance",
          "Third Party Administration of Insurance and Pension Funds"
        ],
        "playbackDetails": {
          "streamUrl": "https://stream.mux.com/5liwDseferwg5grfDILbz8B7b01z5nwedLCbxhKhHkk.m3u8",
          "mp4Url": "https://stream.mux.com/5liwDseferwg5grfDILbz8B7b01z5nwedLCbxhKhHkk/medium.mp4",
          "thumbnailUrl": "https://image.mux.com/5liwDseferwg5grfDILbz8B7b01z5nwedLCbxhKhHkk/thumbnail.jpg?time=0",
          "gifUrl": "https://image.mux.com/5liwDseferwg5grfDILbz8B7b01z5nwedLCbxhKhHkk/animated.gif",
          "duration": 53.386667
        },
        "categories": {
          "items": [
            {
              "categoryName": "Stocks"
            }
          ]
        }
      },
      {
        "title": "Costco",
        "id": 79,
        "originalDate": "2022-07-12T00:00:00.000+05:45",
        "finasset": "COST",
        "community": false,
        "difficulty": 1,
        "timeSensitivity": 1,
        "sector": "Retail Trade",
        "tags": [
          "Retail Trade",
          "Specialty Stores"
        ],
        "playbackDetails": {
          "streamUrl": "https://stream.mux.com/L2HPF02dwa3dfsea8JR8wDHifQ3jDxi02007MDUWutDw.m3u8",
          "mp4Url": "https://stream.mux.com/L2HPF02dwa3dfsea8JR8wDHifQ3jDxi02007MDUWutDw/medium.mp4",
          "thumbnailUrl": "https://image.mux.com/L2HPF02dwa3dfsea8JR8wDHifQ3jDxi02007MDUWutDw/thumbnail.jpg?time=0",
          "gifUrl": "https://image.mux.com/L2HPF02dwa3dfsea8JR8wDHifQ3jDxi02007MDUWutDw/animated.gif",
          "duration": 59.926533
        },
        "categories": {
          "items": [
            {
              "categoryName": "Stocks"
            }
          ]
        }
      }
    ]
  }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!