Synchronous Moderation and Asynchronous Moderation are the two approaches to moderate stored videos.
This approach only works for videos that are less than 60 seconds long as everything happens within a single API request cycle.
It is a quick and easy method:
This approach works for any length and any type of video. The moderation job happens outside of the API request cycle and the results are sent back through callbacks.
There currently is a timeout built-in that will stop any moderation task after 30 minutes. You can override this setting by using the max_duration parameter to set a new maximum duration (in seconds). This setting can be increased up to 3600 s (60 minutes). If you need to support longer videos please get in touch.
The steps to moderate a video are the following:
Was this page helpful?