cURL
Moderation
Submit video moderation
Submit a video URL for moderation. The pipeline extracts frames and runs per-frame VLM classification. Pass a publicly reachable HTTP or HTTPS video_url — the worker downloads it for frame extraction. URLs that use another scheme, or that resolve to a private or internal network address, are rejected with 400 INVALID_REQUEST. The linked video must be no larger than 300 MB; a larger file fails during frame extraction. Returns a job ID for polling or webhook delivery.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.omnifence.ai/llms.txt
Use this file to discover all available pages before exploring further.
Requires the
moderate:video scope. Requests without this scope receive a 403 FORBIDDEN
response. See authentication.