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

x/openai/resources/moderations.ts>ModerationImageURLInput.ImageURL

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

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

Properties

url: string

Either a URL of the image or the base64 encoded image data.