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