CreateBatchRequest
Example Usage
typescript
import { CreateBatchRequest } from "@meetkai/mka1/models/components";
let value: CreateBatchRequest = {
inputFileId: "<id>",
endpoint: "/v1/images/generations",
completionWindow: "24h",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
inputFileId | string | ✔️ | N/A |
endpoint | components.BatchEndpoint | ✔️ | N/A |
completionWindow | "24h" | ✔️ | N/A |
metadata | Record<string, string> | ➖ | N/A |