---
title: "Create moderation"
method: POST
path: "/v1/moderations"
tags: ["System"]
---

# Create moderation

`POST /v1/moderations`

Classify if text is potentially harmful.

## Request body

- object
  - `input` union, required
    - string
    - string[]
  - `model` string

## Response `200`

Successful moderation

---

[API](https://skmtc.net/neosantara/apis/neosantara-ai-api.md) · [All operations](https://skmtc.net/neosantara/apis/neosantara-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neosantara/neosantara-ai-api/revisions/82bc74ee8650/schema)
