Async Moderation in existing video in my media library
Hi, I have a question about video moderation.
I need to know via webhook if an uploaded video has been rejected or passed after being reviewed by Amazon Rekognition AI Moderation .
I'm using the upload system with xhr which is ignored by the callback option. I can't use other methods for tecnical reasons.
So, if I use a preset with Rekognition AI Moderation, the video is processed, resulting in its acceptal or refusal, but I can't intercept the callback to monitor it.
I assume that i could upload some video without Amazon Rekognition AI Moderation, and after upload, request a moderation and catch the resulting callback .
What's the right way to solve this problem?
I use Client Upload (no widget) to send videos to Cloudinary and I use a PHP server to store information about them, but i can't upload video directly from my server. I want to catch the callback from Amazon Rekognition.
-
Hi Luca,
The Rekognition AI Moderation add-on that is currently offered via our platform is for images moderation only.
We have an additional add-on, Microsoft Azure Video Indexer, which does perform a visual analysis of videos and returns a lot of information extracted based on that analysis. This information includes visual content moderation.
With regard to your use-case, you can apply it via your upload preset, while also setting the Notification URL field of your preset to a desired URL on your PHP server, which will receive the relevant webhooks and parse them based on your requirements.
The relevant property in the JSON response that is returned is `visualContentModeration`.
Please let us know if you need additional assistance with modifying your upload preset accordingly.Similar to any of our other supported add-ons, there is a Free plan which allows you to experiment and test it out first.
Please feel free to reply with any follow-up questions you may have if and when you decide to give it a try.
Best,
Raz0 -
Is AWS Rekognition support videos today?
0 -
Hi Tomer,
Yes, AWS Rekognition Video Moderation add-on is indeed supported now. Please see the following section in the documentation with more details, examples and code snippets of using this addon - https://cloudinary.com/documentation/aws_rekognition_video_moderation_addon
Of course, if you have any questions or run into any issues please let us know and we can assist.
0
Post is closed for comments.
Comments
3 comments