Screen content for threats
Authentication
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
List of messages comprising the interaction history with the LLM in OpenAI API Chat Completions format. Can be multiple messages of any role: user, assistant, system, tool, or developer.
Metadata tags can be attached to screening requests as an object that can contain any arbitrary key-value pairs. Common use cases include specifying the user or session ID.
Response
Contains detected PII, profanity, or custom regex matches with their locations. Only returned if payload=true in request.
List of detectors run and their results. Only returned if breakdown=true in request.
Build information. Only returned if dev_info=true in request.