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
| Field | Type | Required | Description |
|---|---|---|---|
created | number | ✔️ | The Unix timestamp (in seconds) of when the image generation was completed. |
data | components.ImageGenerationResponseData[] | ✔️ | A list of image objects containing the generated image data. |