Integrating Video Intelligence API with SmartExchange
Now that we have seen what can be done using Video Intelligence API, let's actually integrate this into SmartExchange. The idea is that we will allow users to record a video and reply to the thread.
Using the Video Intelligence API service, we are going to fetch the video labels as well as check the video for any explicit content using the label detection and explicit content detection features. The final output of the uploaded video and its contents will look as shown here:

A simple and powerful way to protect the content on our sites, without any administration. So, let's get started with the implementation.
Solution design
To achieve our solution, we are going to do the following:
- On the view-thread page, we are going to provide a button next to
Reply
namedReply with Video
, to keep things simple - The user is going to record a video using the camera attached to their laptop/computer
- We are going to the upload that video recording to our server...