Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai/resources/moderations.ts>Moderations

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Latest
class Moderations
extends APIResource
import { Moderations } from "https://deno.land/x/openai@v4.66.1/resources/moderations.ts";

Methods

create(body: ModerationCreateParams, options?: Core.RequestOptions): Core.APIPromise<ModerationCreateResponse>

Classifies if text and/or image inputs are potentially harmful. Learn more in the moderation guide.