POST
https://api.hyperleapai.com/moderationsGets information on whether the user input contains any intent that is sexual, hatred, harassment, self-harm or violent in nature.
Authenticated with your API key in the x-hl-api-key request header.
Request body
application/jsoninputstringnullableResponses
200OK
No response body.
curl -X POST "https://api.hyperleapai.com/moderations" \
-H "x-hl-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": "string"
}'curl -X POST "https://api.hyperleapai.com/moderations" \
-H "x-hl-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"input": "string"
}'