Is it possible to moderate private videos or streams?
Yes. You can achieve that by uploading the raw bytes of the video to our API. If the video is too large to be uploaded, there are several options:
- Option 1: split the video into chunks and submit the chunks one by one for moderation.
- Option 2: share a private signed URL (for instance, if your video is stored on Amazon S3, you would share the signed URL so that our API servers can access the video).
- Option 3: set up a custom media retrieval pipeline through our Enterprise offering. Please get in touch for this.
Other frequent questions
- What is the difference between synchronous moderation or asynchronous moderation?
- How does live stream moderation work?
- Can I submit videos that are more than 50 megabytes?
- What are the recommended or acceptable video dimensions, resolution and length?
- What video formats and what protocols do you support?
- Is it possible to customize the Video Moderation API to my needs?