Skip to content

ImageGenerationResponse

Response from the image generation endpoint containing the generated images and metadata.

Example Usage

typescript
import { ImageGenerationResponse } from "@meetkai/mka1/models/components";

let value: ImageGenerationResponse = {
  created: 1773.97,
  data: [],
};

Fields

FieldTypeRequiredDescription
creatednumber✔️The Unix timestamp (in seconds) of when the image generation was completed.
datacomponents.ImageGenerationResponseData[]✔️A list of image objects containing the generated image data.