Runs the content-moderation engine against the supplied text WITHOUT blocking. Returns structured findings (category, severity, suggestion) so buyer agents can validate input before submitting it to a campaign create or other blocking surface. Mirrors the engine that powers POST /v2/campaigns brief screening.
Documentation Index
Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt
Use this file to discover all available pages before exploring further.
API key or access token
The text to evaluate. Up to 10,000 characters; longer text is truncated server-side.
1 - 10000Which pattern set to apply. "input" runs the brief/jailbreak/policy patterns; "output" runs the LLM-output (refusal/identity/PII) patterns.
input, output Optional surface label for metric attribution. Defaults to "moderation.check".
1 - 100Pre-check content against moderation policy
True when no moderation patterns matched.
True when at least one finding would trigger a 422 if this content were submitted to a blocking surface.
All matching findings. Empty when passed is true. Both blocking and non-blocking findings are reported so callers can observe medium-severity signals.