Skip to content

Toxicity API is an API designed to analyze text and detect harmful or abusive language.

Notifications You must be signed in to change notification settings

Mrinank-Bhowmick/toxicity-API

Repository files navigation

Toxicity API

Make an API Request

const res = await fetch('https://toxicity.bhowmickmrinank.workers.dev/',{
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({ message }),
}); 

About

Toxicity API is an API designed to analyze text and detect harmful or abusive language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages