You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step to detect nudity in a video stream is to submit the video stream to the API.
111
+
112
+
You can perform either _synchronous_ or _asynchronous_ Video Moderation.
113
+
114
+
* Synchronous Moderation is simple and easy: the Moderation result is provided directly in the reponse to your API request. Synchronous Moderation is only available for videos that are less than 1 minute long.
115
+
* Asynchronous Moderation is available for any video or stream. Moderation results are provided through a so-called callback mechanism. You define a callback URL and the Moderation Engine will send back moderation events to that URL in realtime.
116
+
117
+
## Synchronous Video Moderation
118
+
119
+
Beware: this is only for videos that have a duration below 1 minute.
Once you have submitted the video, the API will start POSTing moderation updates to your callback URL.
142
+
143
+
Please see our [Documentation](https://sightengine.com/docs) for more details.
144
+
121
145
# Feedback
122
146
In order to report a misclassification, you need to report the image that was misclassified, the model that was run on this image (models are nudity, face, type, wad), and the correct class of the image.
0 commit comments