Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 242 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 242 Bytes

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 }),
});