Skip to content

CreateImageResponseBody

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

Example Usage

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

let value: CreateImageResponseBody = {
  created: 656.03,
  data: [],
};

Fields

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