---
title: "POST /v1/moderations"
method: POST
path: "/v1/moderations"
tags: ["inference"]
---

# POST /v1/moderations

`POST /v1/moderations`

OpenAI-compatible moderations endpoint. Not implemented: SIE serves operator-provided models only and has no moderation model or governance store yet (Tier 0). The route is registered so the surface is discoverable and returns an explicit 501 `not_implemented` rather than a 404 — never a silent 'not flagged', which would be an unsafe lie about content safety.

## Other responses

- `401` — Missing or invalid bearer token (inference token)
- `500` — Gateway auth enabled but no tokens configured
- `501` — Moderations not implemented

---

[API](https://skmtc.net/superlinked/apis/sie-gateway.md) · [All operations](https://skmtc.net/superlinked/apis/sie-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/superlinked/sie-gateway/versions/516a1abd18c8/schema)
