File size: 298 Bytes
b08828c
 
 
 
 
 
 
 
eb921f2
b08828c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
title: Content Moderator API
sdk: docker
app_port: 7860
---

# Content Moderator API

A minimalist, high-performance microservice for binary text classification using microsoft/deberta-v3-xsmall.

## API Usage

**Endpoint:** `POST /predict`

**Request:**
```json
{
  "text": "Your text here"
}