CreateBatchRequest
Example Usage
typescript
import { CreateBatchRequest } from "@meetkai/mka1/models/operations";
let value: CreateBatchRequest = {
createBatchRequest: {
inputFileId: "<id>",
endpoint: "/v1/images/generations",
completionWindow: "24h",
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
xOnBehalfOf | string | ➖ | Optional external end-user identifier forwarded by the API gateway. |
createBatchRequest | components.CreateBatchRequest | ✔️ | N/A |