GET
/v1/schemas/openai/moderation/moderations?kind=output
Accept:
kind outputactivity moderationhash 50b8f624…extracted Jul 6, 2026version currentsource upstream spec ↗
Response body
3 properties · 3 required · 0 $defs| property | type | description | constraints |
|---|---|---|---|
| id* | string | The unique identifier for the moderation request. | |
| model* | string | The model used to generate the moderation results. | |
| results* | object[] | A list of moderation objects. |
Validate a payload
before you spend tokensshell
$ curl -X POST https://modelschemas.com/v1/validate \
-d '{"provider":"openai","endpointId":"moderations","payload":{…}}'
→ {"valid": false, "errors": [{"path": "#", "keyword": "required", …}]}