Back

create-moderation (clj)

(source)

function

(create-moderation params) (create-moderation params options)
Classifies if text violates OpenAI's Content Policy Example: ``` (create-moderation {:input "I want to kill them"}) ``` Also see the [OpenAI documentation](https://platform.openai.com/docs/api-reference/moderations/create)

Examples