content moderation in one line
Copy the curl request from below and paste here or in your terminal to see how it works.
$ curl -X POST https://www.flagr.io/api/moderate \ -H "Content-Type: application/json" \ -H "Authorization: Bearer " \ -d '{ "content": [ { "type": "text", "text": "Your content here" } ] }'
You get 3 free tries. After that, you would need to sign up and obtain an API key to use the service.