Skip to main content
POST
Check content moderation

Authorizations

Authorization
string
header
required

Bearer token authentication. Get your API key from the dashboard.

Body

application/json
input
string
required

The text to check for moderation

Example:

"Sample text goes here"

model
string
required

The moderation model to use

Example:

"text-moderation-stable"

Response

Successful response

id
string

Response identifier

model
string

Model used for moderation

results
object[]