/hate

Hate Speech Detection

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

HATE

Hate Speech Detection

API

Parameters

Name Type Required
text string Yes

Example Request

http://localhost/?text=bad

Example Response

{
  hate: true
}