Analyze a user-supplied prompt against guardrail policies before passing it to an LLM.
POST https://argusapi.repello.ai/sdk/v1/analyze/prompt
Scans a user-supplied prompt against the policies configured for the asset (or against
policies supplied inline in the request) and returns a verdict.Rate limit: 500 requests per 60 seconds per API key.
Optional inline policies to apply in addition to (or instead of) the asset’s configured
policies. Each item is a policy object. See Enumerations for
the canonical PolicyName and Action values.
Optional policy-specific configuration: a string, a list of strings, or a 2-tuple of
strings (e.g. competitor names, banned topics, or secret patterns) depending on the policy.