POST
/
moderations
curl --request POST \
  --url https://api.hyperleapai.com/moderations \
  --header 'Content-Type: application/json' \
  --header 'x-hl-api-key: <api-key>' \
  --data '{
  "input": "<string>"
}'

Authorizations

x-hl-api-key
string
header
required

API Key for authentication

Body

Response

200

OK