cURL
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 }
Set the security analyzer for a conversation.
Payload to set security analyzer for a conversation
The security analyzer to set
Show child attributes
"LLMSecurityAnalyzer"
Successful Response
Was this page helpful?