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

x/openai/resources/moderations.ts>ModerationImageURLInput

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

Interfaces

Contains either an image URL or a data URL for a base64 encoded image.

interface ModerationImageURLInput
import { type ModerationImageURLInput } from "https://deno.land/x/openai@v4.66.1/resources/moderations.ts";

An object describing an image to classify.

Properties

Contains either an image URL or a data URL for a base64 encoded image.

type: "image_url"

Always image_url.