Skip to main content
POST

Authorizations

x-portkey-api-key
string
header
required
x-portkey-virtual-key
string
header
required

Body

application/json
input
default:""
required

The input text to classify

Example:

"I want to kill them."

model
default:text-moderation-latest

Two content moderations models are available: text-moderation-stable and text-moderation-latest.

The default is text-moderation-latest which will be automatically upgraded over time. This ensures you are always using our most accurate model. If you use text-moderation-stable, we will provide advanced notice before updating the model. Accuracy of text-moderation-stable may be slightly lower than for text-moderation-latest.

Example:

"text-moderation-stable"

Response

200 - application/json

OK

Represents if a given text input is potentially harmful.

id
string
required

The unique identifier for the moderation request.

model
string
required

The model used to generate the moderation results.

results
object[]
required

A list of moderation objects.

Last modified on May 13, 2026