Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
security_analyzer
Set Conversation Security Analyzer
curl --request POST \
  --url https://api.example.com/api/conversations/{conversation_id}/security_analyzer \
  --header 'Content-Type: application/json' \
  --data '
{
  "security_analyzer": {
    "kind": "LLMSecurityAnalyzer"
  }
}
'
{
  "success": true
}

Path Parameters

conversation_id
string<uuid>
required

Body

application/json

Payload to set security analyzer for a conversation

security_analyzer
LLMSecurityAnalyzer · object
required

The security analyzer to set

Response

Successful Response

success
boolean
default:true