bruno/memori-engine/NLP/Checks a sentence for NSFW content.bru

22 lines
236 B
Plaintext
Raw Permalink Normal View History

2025-03-26 15:08:31 +01:00
meta {
name: Checks a sentence for NSFW content.
type: http
seq: 6
}
post {
url: {{baseUrl}}/memori/v2/CheckNSFW/:strSessionID
body: json
auth: none
}
params:path {
strSessionID:
}
body:json {
{
"text": ""
}
}