cURL
Moderation
Submit image moderation
Submit an image URL for moderation. The pipeline runs VLM classification (ai_adult_general, underage, nsfw) and any per-client custom VLM categories. Pass a publicly reachable HTTP or HTTPS image_url — the classifiers fetch it directly. URLs that use another scheme, or that resolve to a private or internal network address, are rejected with 400 INVALID_REQUEST. 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:image scope. Requests without this scope receive a 403 FORBIDDEN
response. See authentication.