Skip to content

CreateBatchRequest

Example Usage

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

let value: CreateBatchRequest = {
  createBatchRequest: {
    inputFileId: "<id>",
    endpoint: "/v1/images/generations",
    completionWindow: "24h",
  },
};

Fields

FieldTypeRequiredDescription
xOnBehalfOfstringOptional external end-user identifier forwarded by the API gateway.
createBatchRequestcomponents.CreateBatchRequest✔️N/A