Skip to main content
POST
Create moderation
This endpoint evaluates text input against provider moderation policies and returns gateway-normalised safety scores. See the OpenAPI spec for full request/response schemas.

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
model
string
required
input
required
meta
boolean
default:false
debug
object

Gateway debug controls. These flags are never forwarded upstream.

provider
object

Provider routing preferences for gateway selection.

Response

200 - application/json

Moderation response

id
string
model
string
results
object[]
meta
object

Included when the request sets meta to true.

Last modified on July 26, 2026