Skip to content

Data

An individual image object in the response.

Example Usage

typescript
import { Data } from "@meetkai/mka1/models/operations";

let value: Data = {};

Fields

FieldTypeRequiredDescription
urlstringThe URL of the generated image, if response_format is 'url' (default). The URL is valid for 1 hour.
b64JsonstringThe base64-encoded JSON of the generated image, if response_format is 'b64_json'.
revisedPromptstringThe prompt that was used to generate the image, if there was any revision to the prompt (only for dall-e-3).