Skip to main content
POST
Governance verdict on AI-generated output

Authorizations

Authorization
string
header
required

Body

application/json
content
string
required

The AI-generated text to evaluate.

Required string length: 1 - 100000
content_type
enum<string>
default:other

Type of content — governs which rules apply.

Available options:
email,
message,
document,
code,
agent_action,
tool_call,
api_response,
other
context
Context · object | null

Optional key/value metadata attached to this check for audit purposes. Do NOT put API keys or secrets here.

source_model
string | null

The model NAME that generated this content, e.g. 'gpt-4o'. Used for observability only — never treated as a credential.

Maximum string length: 120

Response

Successful Response

latency_ms
integer
required
snapshot_id
string
required
verdict
enum<string>
required
Available options:
safe,
blocked,
review_required
violations
ViolationDetail · object[]
required
preview_only
boolean
default:true
Last modified on July 23, 2026