There are two ways to moderate a Stored Video. You can choose between synchronous moderation, where the moderation happens during your API request, or asynchronous moderation. While both yield the same results, they differ in their implementations. Synchronous Moderation is quicker to setup, but will only work for short videos (up to 60s).
Moderate short videos (up to 60s) with a simple mechanism. Everything happens within a single API request cycle.
Moderate stored videos of any length and any type. The moderation job happens outside of the API request cycle. Moderation results are sent back through callbacks.